clean-script

2.0.0 • Public • Published

clean-script

Build Status Dependency Status devDependency Status

NPM

Naively one tries to run something like this:

test && cleanup

If tests fail cleanup will never be called though. Try clean-script instead:

npm i -g clean-script
clean-script 'test' 'cleanup'

MIT License 2015 Stephan Bönnemann

/clean-script/

    Package Sidebar

    Install

    npm i clean-script

    Weekly Downloads

    1

    Version

    2.0.0

    License

    MIT

    Last publish

    Collaborators

    • boennemann