generator-express-es6

Yeoman generator for Express.js

Usage no npm install needed!

<script type="module">
  import generatorExpressEs6 from 'https://cdn.skypack.dev/generator-express-es6';
</script>

README

Generator express-es6

NPM version Dependency Status NPM Downloads

An Express.js generator for Yeoman. Mimicry the express command line tool.

Features

Installation

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

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