0.0.1 • Published 12 years ago
generator-appmaker v0.0.1
Appmaker Component Generator
A guided yeoman generator to quickly create new components for Mozilla Appmaker.
Installation
[sudo] npm install -g generator-appmaker- Note: This isn't published yet, so you'll have to run npm install -g git://github.com/k88hudson/generator-appmaker.git*
Usage
- Make a directory named whatever you want your component to be.
- Run
yo appmakerfrom root of that directory. Follow the prompts. - Check out the
README.mdthat just got created. You're on your way to making an awesome component!