docker-compose-nodejs-examples
docker-compose-nodejs-examples copied to clipboard
Add ability to generate projects via command line args
In addition to the interactive CLI wizard, there should be a way to generate project solely by providing command line arguments, like
bin/build express mongodb react polyfills
The wizard itself should then be available via a special flag, like
bin/build -i [--interactive]