Crates.io | wee |
lib.rs | wee |
version | 0.3.0 |
source | src |
created_at | 2020-07-04 15:52:53.224878 |
updated_at | 2022-01-26 08:37:54.78377 |
description | Help organize your workspace scripts! |
homepage | |
repository | https://github.com/oovm/wee |
max_upload_size | |
id | 261341 |
size | 33,450 |
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
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
env = {
password: "pkpkppk"
}