Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/idyll-lang/generator-idyll
- Owner: idyll-lang
- License: mit
- Created: 2017-02-11T23:09:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-10T03:11:03.000Z (over 6 years ago)
- Last Synced: 2024-10-30T00:54:54.989Z (21 days ago)
- Language: JavaScript
- Size: 104 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)