/generator-dyno

Yeoman Generator that gives ya ES6-ready Javascript, Browserify, Gulp, Jade, and Compass/Sass.

Primary LanguageJavaScript

generator-dyno

Getting Started

What is Dyno?

Dyno is a Yeoman generator that provides a nice set of defaults for ground-up web development. It scaffolds out a barebones webapp with cool tech:

Installation

To install generator-dyno from npm, run:

$ npm install -g generator-dyno

Initiate the generator:

$ yo dyno

Once everything is ready, start the local server:

$ gulp serve

If you are ready to deploy the code you have written, run:

$ gulp build

Learn more about 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.

If you'd like to get to know Yeoman better and meet some of his friends, Gulp and Bower, check out the complete Getting Started Guide.

License

MIT