originate
v0.1.5
Published
generates project scaffolds with loom
Downloads
503
Readme
originate
Command line tool that generates new project scaffolds with loom and npm. Included as a peerDepency of loom.
Installation
npm install -g originate
# or, preferably
npm install -g loom
# originate is a peerDependency of loom
Usage
$ originate <origin[@version]> <project-path>
# for example:
$ originate ember my-app
$ originate [email protected] my-app
Creating Origins
Creating origins is simple with the originate-origin origin (yo dawg, I heard you like origins):
$ originate origin originate-foo
# so I put some origins in your origin
$ cd originate-foo
# make some templates in loom/templates
# maybe configure your generator in loom/generators/foo.js
# so you can originate while you originate
$ npm publish
That's it, now people can use it with originate foo my-app
.
Licences and Copyright
MIT Style licence
(c) 2013 Ryan Florence