Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boennemann/clean-script
https://github.com/boennemann/clean-script
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/boennemann/clean-script
- Owner: boennemann
- Created: 2015-01-31T23:25:59.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-26T02:38:38.000Z (about 8 years ago)
- Last Synced: 2024-10-13T18:29:16.035Z (2 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
[![Build Status](https://travis-ci.org/boennemann/clean-script.svg)](https://travis-ci.org/boennemann/clean-script)
[![Dependency Status](https://david-dm.org/boennemann/clean-script.svg)](https://david-dm.org/boennemann/clean-script)
[![devDependency Status](https://david-dm.org/boennemann/clean-script/dev-status.svg)](https://david-dm.org/boennemann/clean-script#info=devDependencies)[![NPM](https://nodei.co/npm/clean-script.png?downloads=true&downloadRank=true&stars=true)](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