0.0.3 • Published 6 months ago
@qigy/run v0.0.3
runner
A collection of tools capable of executing complex commands through their abbreviation.
Quick Start
Install
npm install -g @qigy/runUse
run i
# be equivalent to
npm run installdocumentation
get ?keyword
Get the config corresponding to keyword
run get [?keyword]The sample
run get iAdd
Add the config command or remark corresponding to alias
run add <alias> <command> <?remark>The sample
run add i "npm install" "install dependencies"Update
Update the config command or remark corresponding to alias
run update <alias> <command> <?remark>The sample
run update i "npm install --force" "install dependencies"del
Delete the config corresponding to aliasList
run del [aliasList]The sample
run del i nui
Open the ui interface
run ui