faucet-pipeline-core
v2.0.0
Published
faucet-pipeline's core library
Downloads
2,644
Readme
faucet-pipeline-core
See faucet-pipeline.org for documentation.
License
faucet-pipeline is licensed under the Apache 2.0 License.
Contributing
- ensure Node is installed
npm install
downloads dependenciesnpm test
runs the test suite and checks code for stylistic consistency
Releases
NB: version numbers are incremented in accordance with semantic versioning
update version number in
package.json
update
CHANGELOG.md
commit as "v#.#.#"
$ git commit -m "v`node -p -e 'require("./package.json").version'`"
./release
publishes the new version