Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mlewand/generator-appveyor
Adds a basic AppVeyor CI config for node application.
https://github.com/mlewand/generator-appveyor
appveyor ci continuous-integration node nodejs yeoman yeoman-generator
Last synced: about 1 month ago
JSON representation
Adds a basic AppVeyor CI config for node application.
- Host: GitHub
- URL: https://github.com/mlewand/generator-appveyor
- Owner: mlewand
- License: mit
- Created: 2017-03-19T14:31:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-19T14:56:55.000Z (almost 8 years ago)
- Last Synced: 2024-11-19T06:23:37.332Z (about 1 month ago)
- Topics: appveyor, ci, continuous-integration, node, nodejs, yeoman, yeoman-generator
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-appveyor
[![NPM version][npm-image]][npm-url] [![Build status][appveyor-image]][appveyor-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
Adds a basic [AppVeyor](https://www.appveyor.com/) CI config for node application.
## Installation
First, install [Yeoman](http://yeoman.io) and generator-appveyor using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).
```bash
npm install -g yo generator-appveyor
```Then generate your new project:
```bash
yo appveyor
```### Options
You can customize your AppVeyor config name by adding `--appveyorName` option.
```bash
yo appveyor --appveyorName .appveyor.yml
```## License
MIT © Marek Lewandowski
[npm-image]: https://badge.fury.io/js/generator-appveyor.svg
[npm-url]: https://npmjs.org/package/generator-appveyor
[appveyor-image]: https://ci.appveyor.com/api/projects/status/npn3m9luoouasfp5/branch/master?svg=true&passingText=master%20%E2%9C%93
[appveyor-url]: https://ci.appveyor.com/project/mlewand/generator-appveyor/branch/master
[travis-image]: https://travis-ci.org/mlewand/generator-appveyor.svg?branch=master
[travis-url]: https://travis-ci.org/mlewand/generator-appveyor
[daviddm-image]: https://david-dm.org/mlewand/generator-appveyor.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/mlewand/generator-appveyor