https://github.com/ericmorand/generator-stromboli
https://github.com/ericmorand/generator-stromboli
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericmorand/generator-stromboli
- Owner: ericmorand
- License: other
- Created: 2016-09-16T15:23:28.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-12T12:18:57.000Z (almost 9 years ago)
- Last Synced: 2025-09-18T14:21:03.567Z (10 months ago)
- Language: JavaScript
- Size: 1.56 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-stromboli [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
>
## Installation
First, install [Yeoman](http://yeoman.io) and generator-stromboli 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-stromboli
```
Then generate your new project:
```bash
yo stromboli
```
## Getting To Know Yeoman
* Yeoman has a heart of gold.
* Yeoman is a person with feelings and opinions, but is very easy to work with.
* Yeoman can be too opinionated at times but is easily convinced not to be.
* Feel free to [learn more about Yeoman](http://yeoman.io/).
## License
Apache-2.0 © [Eric MORAND]()
[npm-image]: https://badge.fury.io/js/generator-stromboli.svg
[npm-url]: https://npmjs.org/package/generator-stromboli
[travis-image]: https://travis-ci.org/ericmorand/generator-stromboli.svg?branch=master
[travis-url]: https://travis-ci.org/ericmorand/generator-stromboli
[daviddm-image]: https://david-dm.org/ericmorand/generator-stromboli.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/ericmorand@b/generator-stromboli
[coveralls-image]: https://coveralls.io/repos/ericmorand/generator-stromboli/badge.svg
[coveralls-url]: https://coveralls.io/r/ericmorand/generator-stromboli