Pete Cooper
Pete Cooper
Option for all code to follow ES6 syntax, use a flag e.g. --es6 until it's more supported
Add Bookshelf and add a choice between using bookshelf or sequelize when an RDB is selected.
Add JShint testing once test has generated code. Should prevent issues like #96 Look into [mocha-jshint](https://www.npmjs.com/package/mocha-jshint)
As #78 but for more "preference" settings: - Option to remove livereload see #101
e.g. `gulp --debug` to launch debugger on port 5858, will allow debugging with [node-inspector](https://www.npmjs.com/package/node-inspector)
Option to setup additional modules in MVC generator: - [Lusca](https://github.com/krakenjs/lusca) for security - [PassportJs](http://passportjs.org/) for auth - [Express Validator](https://github.com/ctavan/express-validator) for data validation - [Express Session](https://www.npmjs.com/package/express-session) for sessions (also install if...
Fixes #17 This is simply a `composer update` & `php forge app:build` I've just updated to PHP 8.1 and found the same issue as in #17. I'm not sure the...