sre
v1.0.14
Published
scripts run easy
Readme
sre
sre = scripts run easy
只支持*nix
Install
[sudo]npm install -g sreUsage
$ sre -h
Usages: sre = scripts run easy
sre -h or --help
sre -d or --delete
sre -l or --listlist npm scripts with pwd/package.json
$ sre
available script:
start
test
postinstallthen you can use start = npm run start
$ sre -l
alias start='npm run start'
alias test='npm run test'
alias postinstall='npm run postinstall'Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
版本历史
- v1.0.0 初始化版本cli
欢迎fork和反馈
- write by
i5ting[email protected]
如有建议或意见,请在issue提问或邮件
License
this repo is released under the MIT License.
