generator-an

0.0.10 • Public • Published

generator-an

Generates browserify friendly angular applications. As any other yeoman generator this generator is very much opinionated.

usage

yo an appName && npm install

This will scaffold an angular app:

  • browserify as code organization;
  • gulp as a build tool;
  • bootstrap as css framework (only less part of it is used);
  • tape as a test harness;
  • zuul as test runner

run

To run a newly created website simply run

gulp

This 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 31337

This command will run dev server on port 31337.

install

With npm do:

npm install generator-an

license

MIT

/generator-an/

    Package Sidebar

    Install

    npm i generator-an

    Weekly Downloads

    10

    Version

    0.0.10

    License

    MIT

    Last publish

    Collaborators

    • anvaka