Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrepolischuk/generator-mo
Simple generator for node and browser modules
https://github.com/andrepolischuk/generator-mo
airbnb ava eslint scaffold yeoman-generator
Last synced: 5 days ago
JSON representation
Simple generator for node and browser modules
- Host: GitHub
- URL: https://github.com/andrepolischuk/generator-mo
- Owner: andrepolischuk
- License: mit
- Created: 2015-06-03T08:37:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-29T13:16:01.000Z (over 7 years ago)
- Last Synced: 2024-10-27T22:29:01.583Z (17 days ago)
- Topics: airbnb, ava, eslint, scaffold, yeoman-generator
- Language: JavaScript
- Homepage:
- Size: 307 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-mo [![Build Status][travis-image]][travis-url]
> Simple generator for node and browser modules
* ES2015
* Testing with [AVA][ava]
* Ready to use with [Travis CI][travis]
* Airbnb [style guide][airbnb] with [eslint][eslint]
* With CLI support## Install
```sh
npm install --global yo generator-mo
```## Usage
```sh
yo mo
```## License
MIT
[travis-url]: https://travis-ci.org/andrepolischuk/generator-mo
[travis-image]: https://travis-ci.org/andrepolischuk/generator-mo.svg?branch=master[ava]: https://github.com/sindresorhus/ava
[travis]: https://travis-ci.org
[eslint]: https://github.com/eslint/eslint
[airbnb]: https://github.com/airbnb/javascript