https://github.com/assertnotnull/generator-riot-fullstack
Yeoman riot.js generator
https://github.com/assertnotnull/generator-riot-fullstack
Last synced: over 1 year ago
JSON representation
Yeoman riot.js generator
- Host: GitHub
- URL: https://github.com/assertnotnull/generator-riot-fullstack
- Owner: assertnotnull
- Created: 2016-01-12T22:16:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-12T22:39:46.000Z (over 10 years ago)
- Last Synced: 2025-01-21T16:19:49.270Z (over 1 year ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# generator-riot-fullstack [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
> Yeoman generator with riot and gulp
## Installation
First, install [Yeoman](http://yeoman.io) and generator-riot-fullstack using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).
```bash
npm install -g yo
npm install -g generator-riot-fullstack
```
Then generate your new project:
```bash
yo riot-fullstack
```
## Getting To Know Yeoman
Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced. Feel free to [learn more about him](http://yeoman.io/).
## License
MIT © [Patrice Gauthier]()
[npm-image]: https://badge.fury.io/js/generator-riot-fullstack.svg
[npm-url]: https://npmjs.org/package/generator-riot-fullstack
[travis-image]: https://travis-ci.org/assertnotnull/generator-riot-fullstack.svg?branch=master
[travis-url]: https://travis-ci.org/assertnotnull/generator-riot-fullstack
[daviddm-image]: https://david-dm.org/assertnotnull/generator-riot-fullstack.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/assertnotnull/generator-riot-fullstack
[coveralls-image]: https://coveralls.io/repos/assertnotnull/generator-riot-fullstack/badge.svg
[coveralls-url]: https://coveralls.io/r/assertnotnull/generator-riot-fullstack