0.0.10 • Published 11 years ago
generator-an v0.0.10
generator-an
Generates browserify friendly angular applications. As any other yeoman generator this generator is very much opinionated.
usage
yo an appName && npm installThis will scaffold an angular app:
browserifyas code organization;gulpas a build tool;bootstrapas css framework (onlylesspart of it is used);tapeas a test harness;zuulas test runner
run
To run a newly created website simply run
gulpThis will start a dev server on a random port. If you want to run dev server on the same port you can do
gulp -p 31337This command will run dev server on port 31337.
install
With npm do:
npm install generator-anlicense
MIT