Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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