GitXplorerGitXplorer
k

generator-express-component

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
c9f71b2adfb8f85478cf8fbecd828a67af9452a3

Merge branch 'release/0.0.1'

kkingcody committed 10 years ago
Unverified
03085c80d90387ba119e060ae6ff8edf0c9d54e4

version bump

kkingcody committed 10 years ago
Unverified
06a79e129400c675e23c6daa9da89ec91d6d3765

changing utils namespace

kkingcody committed 10 years ago
Unverified
8b4c985dcea9338c24828e8c08870a7ca98e85d4

updating and adding deps

kkingcody committed 10 years ago
Unverified
ded81542b0402deff77212357374a7ff0a5698d7

project base with endpoint sub gen

kkingcody committed 10 years ago
Unverified
e2f2989d5ec3fa366a4b7bce6274a886e6a9bed3

removed main app gen templates

kkingcody committed 10 years ago

README

The README file for this repository.

generator-express-component Build Status

Generate various express components for Yeoman generated apps.

Getting Started

What is Yeoman?

Trick question. It's not a thing. It's this guy:

Basically, he wears a top hat, lives in your computer, and waits for you to tell him what kind of application you wish to create.

Not every new computer comes with a Yeoman pre-installed. He lives in the npm package repository. You only have to ask for him once, then he packs up and moves into your hard drive. Make sure you clean up, he likes new and shiny things.

$ 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.

To install generator-express-component from npm, run:

$ npm install -g generator-express-component

Finally, initiate the generator:

$ yo express-component

Getting To Know 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, Grunt and Bower, check out the complete Getting Started Guide.

License

MIT License