0.2.8 • Published 13 years ago
generator-btapp v0.2.8
Btapp web app generator 
Yeoman generator for scaffolding out a front-end web app.
Getting Started
- Make sure you have yo installed:
npm install -g yo - Install the generator:
npm install -g generator-btapp - Run:
yo webapp - Run
gruntfor building andgrunt serverfor preview
Options
--skip-installSkips the automatic execution of
bowerandnpmafter scaffolding has finished.--test-framework=[framework]Defaults to
mocha. Can be switched for another supported testing framework likejasmine.
Contribute
See the contributing docs