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 appmaker
from root of that directory. Follow the prompts. - Check out the
README.md
that just got created. You're on your way to making an awesome component!