Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/idyll-lang/generator-idyll

Yeoman generator for Idyll projects
https://github.com/idyll-lang/generator-idyll

Last synced: 14 days ago
JSON representation

Yeoman generator for Idyll projects

Awesome Lists containing this project

README

        

# generator-idyll

Yeoman generator for [Idyll](https://github.com/idyll-lang/idyll) projects

## Installation

First, install [Yeoman](http://yeoman.io) and generator-idyll 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-idyll
```

Then generate your new project:

```bash
yo idyll
```

Feel free to learn more about Yeoman at http://yeoman.io/

## License

MIT © [Matthew Conlen](mathisonian.com)