generator-express icon indicating copy to clipboard operation
generator-express copied to clipboard

An express generator for Yeoman, based on the express command line tool.

Results 24 generator-express issues
Sort by recently updated
recently updated
newest added

This would make the express-generator more stable since mpromise is deprecated. `mongoose.Promise = require('bluebird');` I will submit a pull request when I have it implemented.

It would be great to have a langage selector with TypeScript support : - Javascript - CoffeeScript - **TypeScript**

feature

Option for all code to follow ES6 syntax, use a flag e.g. --es6 until it's more supported

feature

I do exactly the same as written in readme but when I try to run `mocha` or `npm test` It always gives me an error ``` Warning: Could not find...

Is it possible to replace the Node Postgres with PG-Promise?

feature

Add Bookshelf and add a choice between using bookshelf or sequelize when an RDB is selected.

feature

It would be great to have a complete sequelize configuration set up - including migrations. ``` js sequelize init ```

feature

Add JShint testing once test has generated code. Should prevent issues like #96 Look into [mocha-jshint](https://www.npmjs.com/package/mocha-jshint)

feature

Would be nice to have the option to just use standard HTML instead of having to choose Jade or EJS or anything. Planning on just serving an SPA via angular...

feature

As #78 but for more "preference" settings: - Option to remove livereload see #101

feature