1.5.1 • Published 9 years ago

generator-cojasa v1.5.1

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

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

1.5.1

9 years ago

1.5.0

9 years ago

1.4.0

9 years ago

1.3.0

9 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.0

10 years ago