Results 27 comments of Marc Diethelm

:+1: That's an awesome idea. yo provides the following three parameters to generators: `args`, `options`, `config`. So there potential to completely pre-configure the generator when calling it from the CLI....

> Also you can't choose to create every standard file anyway once you chose to change the default setup. Partial fix: You now have that option in 0.8.0-beta4

Starting with version [0.8.0-beta8](/MarcDiethelm/xtc/releases/tag/0.8.0-beta8) you have control over the server from `server.js` directly in the project root dir. This is the intended place to add your required middlewares (`app.use()`). No...

Confirmed. This will be fixed in 0.8.0 when testing is handled outside of the browser used for development.

Done for JS, using JSHint. Less/CSS linter not ready yet, see: https://github.com/twitter/recess/issues/107

The bodyparser issue has been addresses in Express 3.4.0: https://groups.google.com/forum/#!topic/express-js/iP2VyhkypHo

The new structure that exposes the server middlewares will actually allow upgrading Express now.