An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Generator express-es6
[![NPM version](https://img.shields.io/npm/v/generator-express-es6.svg)](https://npmjs.org/package/generator-express-es6)
[![Dependency Status](https://david-dm.org/ofkindness/generator-express-es6.svg?theme=shields.io)](https://david-dm.org/ofkindness/generator-express-es6)
[![NPM Downloads](https://img.shields.io/npm/dm/generator-express-es6.svg)](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)