README
Yo LunaUi
A Yeoman generator for LunaUi components
Directions
- Add the LunaUi Yeoman as a dependency in npm
npm install generator-lunaui --save
- Navigate to where you'd like to create your new component or folder of components
- Run
yo lunaui
in the terminal - Follow the directions on the screen
- Name your component, and be sure to include spaces between words (formatting is taken care of for you)
- Decide whether you'd like to create your component inside a new folder
- Watch Yeoman scaffold the component, spec, and scss files you'll need for your component