faucet-pipeline-js
v3.0.1
Published
JavaScript module bundling for faucet-pipeline
Downloads
1,578
Readme
faucet-pipeline-js
faucet-pipeline plugin for bundling JavaScript modules, along with extensions for ESNext, JSX and TypeScript
Contributing
- ensure Node is installed
npm install
downloads dependenciesnpm test
runs the test suite and checks code for stylistic consistency
Release Process
- ensure dependencies are up to date (→
./bin/update-pkg
, thennpm install
) - ensure all meta-packages use the same version number (i.e.
pkg/*/package.json
, both WRTversion
field and faucet-jsdependencies
) ./bin/release
, skipping dependencies' installation (due to meta-packages; thus the manual first step)
License
faucet-pipeline-js is licensed under the Apache 2.0 License.