Pascal Cremer

Results 8 issues of Pascal Cremer

📖 🤓

enhancement
help wanted

The generator itself should be distributed as (global) NPM module, ideally under the name `compose-node` Global installation: ```bash npm install -g compose-node ``` Project generation ```bash compose-node generate -i compose-node...

enhancement
help wanted

In addition to the interactive CLI wizard, there should be a way to generate project solely by providing command line arguments, like ```bash bin/build express mongodb react polyfills ``` The...

enhancement
help wanted

Add blueprint for using Webpack as frontend build tool / module bundler.

enhancement
help wanted

Add blueprint for using Gulp.js as frontend build tool.

enhancement
help wanted

Similar to the React/Redux blueprint, there should be a blueprint targeted at Vue frontends.

enhancement
help wanted

If I try to run my whole test suite via `php lime` every single tests fails with the following output ``` Foo..................................................................not ok Errors: Could not parse test output: "...

Is there a way to import a custom php.ini file instead of the default one? I found a more or less decent workaround for my virtual hosts, by providing all...