bulletprooftest

1.3.0 • Public • Published

BulletProofTest NPM version Known Vulnerabilities Dependencies Dev Dependencies

Description

BulletProofTest is a package that allows you to easily test a terminal command multiple times. Once complete or on failure the process will exit.

Install

npm install --save bulletprooftest

Usage

For example the following command will run npm test 100 times or until failure.

bulletprooftest --times=100 --command="npm test"

You can adjust times and command to your use case.

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i bulletprooftest

    Weekly Downloads

    2

    Version

    1.3.0

    License

    MIT

    Last publish

    Collaborators

    • fishcharlie