1.3.0 • Published 12 months ago

@egoist/doko v1.3.0

Weekly downloads
-
License
-
Repository
-
Last release
12 months 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
  • qdrant
  • traefik

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 service is password

Run commands in a service's Docker container

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

License

MIT © EGOIST

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago

1.3.0

12 months ago

1.2.1

1 year ago

0.4.0

2 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago