#script #workspace #organize #cmd #sets #secret

app wee

Help organize your workspace scripts!

3 releases (breaking)

0.3.0 Jan 26, 2022
0.2.0 Jul 4, 2020
0.1.0 Jul 4, 2020

#16 in #organize

MPL-2.0 license

12KB
194 lines

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

Dependencies

~3–13MB
~132K SLoC