Yeoman generator for component library repos.
npm install -g yo
git clone git@github.com:bitovi-components/generator.git
cd generator
npm link
yo bitovi-component `<component-name>`
This will create all the files you'd expect in a repository (Gruntfile, package.json, bower.json). The generator will also create a <name>
component in the root folder.
yo bitovi-component:component `<component-name>`
This will create a <component-name>
sub-folder and place the base files of a component inside.
Make each component have a demo & test (in the case of a multi-component repo)
MIT