1.1.9 • Published 7 years ago

@springworks/spw-cli v1.1.9

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Build Status Dependency Status devDependency Status semantic-release

spw-cli

Greenkeeper badge

Some dev utils bundled into a CLI

  Usage: spw [options] [command]


  Commands:

    lint        run eslint with correct config
    test        run mocha with correct config
    help [cmd]  display help for [cmd]

  Options:

    -h, --help     output usage information
    -V, --version  output the version number



  Usage: spw-lint [options]

  Options:

    -h, --help          output usage information
    --fix               automatically fix problems
    --quiet             report errors only
    --cache             only check changed files
    --max-warnings <n>  number of warnings to trigger nonzero exit code
    -f, --format        use a specific output format
    --color             force enabling of color
    --no-color          force disabling of color



  Usage: spw-test [options]

  Options:

    -h, --help             output usage information
    --coverage             measure code coverage
    --acceptance           only run acceptance tests
    --component            only run component tests
    --unit                 only run unit tests
    -R, --reporter <name>  specify the reporter to use
    -b, --bail             bail after first test failure