1.3.0 • Published 2 years ago
@egoist/doko v1.3.0
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/dokoBuilt-in services
postgresmysqlredischromeqdranttraefik
Usage
Show the list of running services
doko listStart a service
doko start redisStop a service
doko stop redisPassword
Default password for postgres service is password
Run commands in a service's Docker container
doko repl <service-name>
# e.g.
doko repl postgresLicense
MIT © EGOIST