0.4.0 • Published 1 year ago

@egoist/doko v0.4.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Doko

A docker-based development dependency manager.

Why

Stop messing with system dependencies, running the services you need in a perfectly isolated Docker container instead, for local development only.

Install

npm i -g @egoist/doko

Built-in services

  • postgres
  • mysql
  • redis
  • chrome

Usage

Show the list of running services

doko list

Start a service

doko start redis

Stop a service

doko stop redis

Password

Default password for postgres and mysql is password

Run commands in a service's Docker container

doko repl <service-name>
# e.g.
doko repl postgres

License

MIT © EGOIST

0.4.0

1 year ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago