generator-cojasadeprecated

yet another yeoman generator for webapps

Usage no npm install needed!

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

README

CoJaSa

Yet another Yeoman generator for webapps

That is this?

I was in need of a generator to make a starting point for all of my webapps, and I was not able to find any existing generators that met my needs. This generator will setup my ideal file structure for webapps and include a personal gulpfile which compiles for CoffeeScript, Jade and Sass.

yo
|- app
| |- index.html
|- node_modules
|- src
| |- images
| |- scripts
| | |- directives # --angular
| | |- filters # --angular
| | |- services # --angular
| | |- app.coffee
| |- styles
| | |- app.scss
|- .editorconfig
|- .gitignore
|- gulpfile.js
|- package.json
|- LICENSE.md
|- README.md

Getting Started

  • Install CoJaSa by running npm install -g generator-cojasa
  • You are now ready to use CoJaSa by running yo cojasa

Options

  • --angular Will add som extra folders under the script folder and install angular as an dependency via npm.

License

MIT © tcarlsen