https://github.com/ofkindness/generator-express-es6
Yeoman generator for Express.js
https://github.com/ofkindness/generator-express-es6
es6 expressjs generator yeoman
Last synced: 6 months ago
JSON representation
Yeoman generator for Express.js
- Host: GitHub
- URL: https://github.com/ofkindness/generator-express-es6
- Owner: ofkindness
- License: mit
- Created: 2017-02-21T20:58:48.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2025-03-02T20:32:00.000Z (7 months ago)
- Last Synced: 2025-04-02T18:53:26.924Z (6 months ago)
- Topics: es6, expressjs, generator, yeoman
- Language: JavaScript
- Homepage:
- Size: 562 KB
- Stars: 32
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Generator express-es6
[](https://npmjs.org/package/generator-express-es6)
[](https://david-dm.org/ofkindness/generator-express-es6)
[](https://npmjs.org/package/generator-express-es6)An Express.js generator for Yeoman. Mimicry the express command line tool.
## Features
- Support ES6 syntax
- Support View engines:
- [EJS](http://ejs.co)
- [Eta](https://eta.js.org/)
- [Handlebars](https://handlebarsjs.com/)
- [Liquidjs](https://liquidjs.com/)
- [Nunjucks](https://mozilla.github.io/nunjucks)
- [Pug](https://pugjs.org)
- Support CSS pre-processors:
- [LESS](http://lesscss.org)
- [SASS](http://sass-lang.com)
- [Stylus](http://stylus-lang.com)## Installation
First, install [Yeoman](http://yeoman.io) and generator-express-es6 using [npm](https://www.npmjs.com/) and [Node.js](https://nodejs.org/).
```bash
npm install -g yo
npm install -g generator-express-es6
```Then generate your new project:
```bash
yo express-es6
```## Development
```bash
cd generator-express-es6 && npm link
```## Contributing
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.
## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License)