0.0.8 • Published 4 years ago

doho v0.0.8

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

DoHo

Manages your local projects

Just one line to start or stop projects from anywhere on your machine.

Get started

Installation

npm i -g doho

Add your first project

Set up your docker-compose project directory, like this:

~/path/to/your/projects/my-project
  |— docker-compose.yaml

Add 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-project

Documentation

clear

projects

Clears the list of projects

doho clear projects

set

path

Sets a new default path

doho set path ~/your/path

show

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 --all

path

# 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 --all

type

# 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 --all

License

MIT

Contributors

Moritz Gut :computer::octocat:

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6-fix

4 years ago

0.0.6

4 years ago

0.0.4-fix

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago