0.0.8 • Published 6 years ago
doho v0.0.8
DoHo
Manages your local projects
Just one line to start or stop projects from anywhere on your machine.
Get started
Installation
npm i -g dohoAdd your first project
Set up your docker-compose project directory, like this:
~/path/to/your/projects/my-project
|— docker-compose.yamlAdd your project:
doho add my-project docker-compose ~/path/to/your/projects/optionally you could first set your default projects path and then add the project:
# Set the default path to your
# mainly used projects folder
doho set path ~/path/to/your/projects/
# Add project with default path
doho add my-project docker-compose Start and stop your project
# Start project
doho start my-project
# Stop project
doho stop my-projectDocumentation
clear
projects
Clears the list of projects
doho clear projectsset
path
Sets a new default path
doho set path ~/your/pathshow
project
# Displays the currently
# active project object
doho show project
# Displays the project object
doho show project my-project
# Displays all project objects
doho show project --allpath
# Displays the currently
# active projects path
doho show path
# Displays the project path
doho show path my-project
# Displays the paths of all projects
doho show path --alltype
# Displays the currently
# active projects type
doho show type
# Displays the project type
doho show type my-project
# Displays the types of all projects
doho show type --allLicense
Contributors
Moritz Gut :computer: — :octocat: