docker-compose-nodejs-examples icon indicating copy to clipboard operation
docker-compose-nodejs-examples copied to clipboard

Add ability to generate projects via command line args

Open b00gizm opened this issue 8 years ago • 0 comments

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]

b00gizm avatar Apr 15 '17 10:04 b00gizm