Skip to content

fengkx/doko-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

doko-rs

Rust implementation of https://github.com/egoist/doko

Download

Install from AUR

You can install doko-rs from aur

yay -S doko-rs

Why

For Rust learning and pratices and more custom options like image tag.

This is my first rust project so it might contain some bad code, please raise an issue if you find any room for improvment.

Usage

In most case it is the same as doko.

Shell Completion

Add eval "$(doko completion --shell bash)" to your shell config file to enable shell completion.

doko v0.1
A docker-based development dependency manager

USAGE:
    doko [SUBCOMMAND]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

SUBCOMMANDS:
    disable
    enable     enable service (help subcommand to list all available services)
    help       Prints this message or the help of the given subcommand(s)
doko-rs-enable
enable service

USAGE:
    doko enable [SUBCOMMAND]

FLAGS:
    -h, --help    Prints help information

SUBCOMMANDS:
    chrome      Headless Chrome docker service
    mysql       MySQL docker service
    postgres    PostgreSQL docker service
    redis       Redis docker service

About

Docker-based development-only dependency manager

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages