This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
Releases: petecoop/generator-express
Releases · petecoop/generator-express
2.5.8
2.5.4
- Added Support for Marko Template Engine
2.5.3
2.4.1
- Updated all dependencies
- Added option for Swig View Engine
- Rewrote generator to follow most recent Yeoman standards
2.3
This version bring CSS pre-processor support for LESS & SASS thanks to @yaacov.
When using sass you have the options of using node-sass which is faster, or ruby-sass which has the latest sass features and optional compass support.
All pre-processing is done in the Grunt/Gulp tasks through file watchers.
2.2.0
2.0.0
- Upgraded to express 4
- Updated basic express generator to mirror the express-generator
- Updated to latest versions of all dependencies
- Added options in MVC generator to select between MongoDB, MySQL & PostgreSQL databases
- Added options to choose between jade and ejs templates
- Added support for CoffeeScript with the
--coffee
flag