wee

Crates.iowee
lib.rswee
version0.3.0
sourcesrc
created_at2020-07-04 15:52:53.224878
updated_at2022-01-26 08:37:54.78377
descriptionHelp organize your workspace scripts!
homepage
repositoryhttps://github.com/oovm/wee
max_upload_size
id261341
size33,450
SasakiSaki (oovm)

documentation

README

wee

Help organize your workspace scripts!

cargo install wee
USAGE:
    wee [FLAGS] [cmd]

ARGS:
    <cmd>    Sets the input file to use

FLAGS:
    -d, --dump       Use dump to avoid repeatedly scanning configuration files
    -h, --help       Prints help information
    -s, --show       Show all available scripts
    -t, --time       Show execution time
    -V, --version    Prints version information

Priority order

The priority above takes effect in the case of conflict.

# workspace level
wee.arc        # arc
package.json   # js/ts
cargo.toml     # rust
# user level
~/.wee.arc

secrets

env = {
    password: "pkpkppk"
}


Todo

  • Auto Completion
  • Auto Correction
Commit count: 12

cargo fmt