Skip to content

Adds a basic AppVeyor CI config for node application.

License

Notifications You must be signed in to change notification settings

mlewand/generator-appveyor

Repository files navigation

generator-appveyor

NPM version Build status Build Status Dependency Status

Adds a basic AppVeyor CI config for node application.

Installation

First, install Yeoman and generator-appveyor using npm (we assume you have pre-installed node.js).

npm install -g yo generator-appveyor

Then generate your new project:

yo appveyor

Options

You can customize your AppVeyor config name by adding --appveyorName option.

yo appveyor --appveyorName .appveyor.yml

License

MIT © Marek Lewandowski