0.0.3 • Published 6 months ago

@qigy/run v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

runner

A collection of tools capable of executing complex commands through their abbreviation.

Quick Start

Install

npm install -g @qigy/run

Use

run i
# be equivalent to
npm run install

documentation

get ?keyword

Get the config corresponding to keyword

run get [?keyword]

The sample

run get i

Add

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 n

ui

Open the ui interface

run ui