Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 459 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 459 Bytes

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!