generator-sam-angular

Yeoman generator

Usage no npm install needed!

<script type="module">
  import generatorSamAngular from 'https://cdn.skypack.dev/generator-sam-angular';
</script>

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