1.0.12 • Published 6 years ago

dou-cli v1.0.12

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

dou-cli

A simple cli for creating and setting up projects in a modular way. Using this tool will provide you with a quick and easy way to settup and initialize any of the Digital On Us existing base projects.

Installation

npm install -g dou-cli

Create

dou create --name <ProjectName>

dou create commmand will create an app, auth, and server folders in the current directory with the default configurations for each of these.

Status

dou status

status will print the the status of the docker containers including health and port. Same as docker ps.

Start

dou start

start command will start the application as well as strapi and keycloak containers on the same ports saved on .env file.

Stop

dou stop

stop command will stop any container that was created for the application services.

Additional Requirements

Docker is required if you desire to use the auth service creation. Download here. Be sure to be running docker when using the cli.

Examples

dou create --name example

This would setup the app folder with example as name.

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago