generator-sam-angular
v0.0.21
Published
Yeoman generator
Downloads
4
Readme
generator-sam-angular
- gulp
- babel
- angular filesort
- scss
- no module support
// file structure
.
├── bower.json
├── editorconfig
├── gulp
│ ├── build.js
│ ├── clean.js
│ ├── inject.js
│ ├── javascript.js
│ ├── others.js
│ ├── server.js
│ ├── styles.js
│ ├── templateCache.js
│ └── watch.js
├── gulpfile.js
├── jshintrc
├── package.json
└── src
├── assets
├── images
│ └── gulp.png
├── index.html
├── scripts
│ ├── app.config.js
│ ├── app.controller.js
│ ├── app.module.js
│ ├── components
│ ├── shared
│ ├── templateCache
│ └── views
└── styles
└── index.scss