generator-seed
v0.0.12
Published
Yeoman generator to create web app based on angular and express
Downloads
6
Readme
generator-seed
An application seed generator for Yeoman developed by Steve Clements. There is a Trello board that lists some of the detail at https://trello.com/c/l2hiImxm/1-yo-generator-for-seed
Getting Started
What is Yeoman?
It's an application generator. To install Yeoman, run:
$ npm install -g yo
Yeoman Generators
Yeoman travels light. He didn't pack any generators when he moved in. You can think of a generator like a plug-in. You get to choose what type of application you wish to create, such as a Backbone application or even a Chrome extension.
In this case I've decided to create an application seed generator that builds an application framework based on express and angular.
To install generator-seed from npm, run:
$ npm install -g generator-seed
Finally, initiate the generator:
$ yo seed
Now run
grunt server
and grunt should automatically start a session in your web browser!
Getting To Know Yeoman
If you'd like to get to know Yeoman better and meet some of his friends, Grunt and Bower, check out the complete Getting Started Guide.