ktstowell / gulp-ng-seed

Gulp generator for Angular apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEPRECATED

Please see: https://github.com/ktstowell/gulp-ng-seed

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!

About

Gulp generator for Angular apps.


Languages

Language:JavaScript 93.1%Language:HTML 5.2%Language:Shell 1.7%