cargo-dev

Crates.iocargo-dev
lib.rscargo-dev
version0.0.2
sourcesrc
created_at2023-03-27 07:48:07.47082
updated_at2023-03-28 02:20:34.419271
descriptionAlias shell commands (think NPM scripts for cargo)
homepage
repositoryhttps://github.com/MNThomson/cargo-dev
max_upload_size
id821901
size18,997
Max Thomson (MNThomson)

documentation

README


Cargo Dev

Alias shell commands (think NPM scripts for cargo)

Last GitHub Commit Last GitHub Commit Last GitHub Commit


Install

cargo install cargo-dev

Usage

Add a [dev] table (section) to your Cargo.toml with aliases to shell commands

[dev]
sayhi = "echo Hello World"

Running cargo dev sayhi:

$ cargo dev sayhi
> sayhi: echo Hello World
Hello World

Alpha Notice

cargo-dev is currently in early Alpha. Branch master is not guaranteed to be stable and breaking changes may be introduced without notice.

Commit count: 6

cargo fmt