Create a project template for docker-compose and React
Using npx:
npx compose-it <options> <arguments>
Options:
-d, --project <string>
define the project name
help
display help menu
-u, --username <string>
define the username associated with images
Example:
npx compose-it -d compose-demo -u user
Check out the package source!