1.0.9 • Published 4 years ago

shortcut-command v1.0.9

Weekly downloads
24
License
MIT
Repository
github
Last release
4 years ago

shortcut command

npm.io npm.io npm.io npm.io

本工具用于对命令行进行缩写

安装

npm i shortcut-command -g

初始化

sc --init

配置文件

{
  "push": "git push",
  "pull": "git pull",
  "pick": "git cherry-pick",
  "build": "npm run build",
  "start": "npm run start"
}

执行

sc push (git push)
sc pull (git pull)
sc pick 5405d3bcec7651894a378ac661fb274529168cea (git cherry-pick 5405d3bcec7651894a378ac661fb274529168cea)

特殊处理

--string      字符串
+             前后连接无空格
[key]=[value] 参数替换
--confirm     指令是否确认
1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago