Yeoman generator for Idyll projects
First, install Yeoman and generator-idyll using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-idyll
Then generate your new project:
yo idyll
Feel free to learn more about Yeoman at http://yeoman.io/
MIT © Matthew Conlen