1.6.1 • Published 6 years ago

@serianox/bishop v1.6.1

Weekly downloads
3
License
WTFPL
Repository
github
Last release
6 years ago

Bishop

npm version Build Status Issues Coverage Maintainability Dependencies Status Dependencies Status

Bishop is a build tool to declare, visualize and run tasks and their dependencies in a build pipeline.

Bishop is built with Bishop.

Usage

  Usage: bs [options] <task ...>

  Options:

    -V, --version      output the version number
    -f, --file <file>  bishop file
    -j, --jobs <jobs>  number of jobs to start in parallel
    -S, --simulate     simulate operations
    -s, --silent       set silent
    -d, --debug        set verbose
    -h, --help         output usage information

Bishop file syntax

Below is how running tests for Bishop is declared. You can view the full .bishop file here.

test: build
	cmd = nyc --reporter=json mocha --require source-map-support/register --ui tdd --use_strict dist/test/**/*.test.js
	allow-failure
	silent
	weight = 10

License

Bishop is published under LPRAB or WTFPL.

1.6.1

6 years ago

1.6.0

6 years ago

1.5.4

6 years ago

1.5.3

6 years ago

1.5.2

6 years ago

1.5.1

6 years ago

1.5.0

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago