npm.io
0.1.2 • Published 7 years agoCLI

compose-it

Licence
ISC
Version
0.1.2
Deps
1
Size
20 kB
Vulns
0
Weekly
0
Stars
3

compose-it

Create a project template for docker-compose and React

installation

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!