1.0.3 • Published 9 years ago

gulp-ng-seed v1.0.3

Weekly downloads
1
License
ISC
Repository
github
Last release
9 years ago

gulp-ng-seed

Gulp generator for Angular apps.

Install

Make sure to install globally. npm install -g gulp-ng-seed

Usage

$ gulp-ng-seed APP_NAME

In the directory of your choosing, issue the preceding command. Obviously, change APP_NAME to the desired name of your app.

An example workflow is as follows:

$~ npm install -g gulp-ng-seed
$ cd ~/Sites
$ gulp-ng-seed angularSeedApp
$ cd angularSeedApp
$ gulp serve

What's next

in the following release I aim to include test framework integrations as well as some tests that leverage them.

Known Issues

Please see the issues tab. Likewise, please submit issues as you come across them!

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago