generator-gulp-angular-subtask icon indicating copy to clipboard operation
generator-gulp-angular-subtask copied to clipboard

A helper generator for generator-gulp-angular to create sub tasks

Results 7 generator-gulp-angular-subtask issues
Sort by recently updated
recently updated
newest added

``` bash stephancom$ npm ls -g --depth=0 2> /dev/null | grep subtask ├── [email protected] stephancom$ yo gulp-angular-subtask:factory factoryTest --script-type coffee create src/app/factoryTest/factories/factoryTest-factory.coffee create src/app/factoryTest/spec/factories/factoryTest-factory.spec.js stephancom$ yo gulp-angular-subtask:service serviceTest create src/app/serviceTest/services/serviceTest-service.coffee...

In keeping with the default generator-gulp-angular, I've wrapped the js templates in IIFE's to avoid global namespace pollution.

As generator-gulp-angular already has it, are there any plans on supporting typescript in the near future ?

![Replace "framework" with "directory structure"](http://curtis.lassam.net/comics/cube_drone/76.gif) `generator-gulp-angular` now uses the following directory structure: ``` src ├── app │   ├── components │   │   └── (directives and stuff) │   └── main (controllers and...

addresses doronsever/generator-gulp-angular-subtask#13