An Express.js generator for Yeoman. Mimicry the express command line tool.
- Support ES6 syntax
- Support View engines:
- Support CSS pre-processors:
First, install Yeoman and generator-express-es6 using npm and Node.js.
npm install -g yo
npm install -g generator-express-es6
Then generate your new project:
yo express-es6
cd generator-express-es6 && npm link
Contributors are welcome, please fork and send pull requests! If you have any ideas on how to make this project better then please submit an issue.