0.0.12 • Published 10 years ago

generator-seed v0.0.12

Weekly downloads
2
License
-
Repository
github
Last release
10 years ago

generator-seed Build Status

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.

License

MIT License

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago