1.1.0 • Published 7 years ago

generator-appveyor v1.1.0

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

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