1.0.14 • Published 7 years ago

sre v1.0.14

Weekly downloads
5
License
ISC
Repository
github
Last release
7 years ago

sre

sre = scripts run easy

只支持*nix

Install

[sudo]npm install -g sre

Usage

$ sre -h
Usages: sre = scripts run easy
	 sre -h or --help
	 sre -d or --delete
	 sre -l or --list

list npm scripts with pwd/package.json

$ sre
available script:
	start
	test
	postinstall

then 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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

版本历史

  • v1.0.0 初始化版本cli

欢迎fork和反馈

  • write by i5ting i5ting@126.com

如有建议或意见,请在issue提问或邮件

License

this repo is released under the MIT License.

1.0.14

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.0

7 years ago