cargo-x 0.1.0

A very simple third-party cargo subcommand to execute a custom command.
cargo-x-0.1.0 is not a library.
Visit the last successful build: cargo-x-0.3.6

cargo-x

A very simple third-party cargo subcommand to execute a custom command

Usage

  1. install cargo-x
cargo install -f cargo-x
  1. write a config file x.toml in "name = detail" format like
ls = "ls -ltr"
  1. use cargo-x
cargo x ls

License

MIT