https://github.com/boennemann/clean-script
https://github.com/boennemann/clean-script
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/boennemann/clean-script
- Owner: boennemann
- Created: 2015-01-31T23:25:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-26T02:38:38.000Z (over 8 years ago)
- Last Synced: 2025-02-23T02:38:16.803Z (5 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clean-script
[](https://travis-ci.org/boennemann/clean-script)
[](https://david-dm.org/boennemann/clean-script)
[](https://david-dm.org/boennemann/clean-script#info=devDependencies)[](https://nodei.co/npm/clean-script/)
Naively one tries to run something like this:
```
test && cleanup
```If tests fail cleanup will never be called though.
Try `clean-script` instead:
```bash
npm i -g clean-script
clean-script 'test' 'cleanup'
```MIT License
2015 Stephan Bönnemann