ultralight-core
v0.0.8
Published
Ultralight core package for reporting
Downloads
109
Readme
ultralight-core
This is the core package for reporting to Ultralight. This is also used in the Ultralight GitHub Action. The core package also includes a CLI for easy setup.
CLI
The CLI can be used in lieu of the GitHub Action to report to Ultralight, for example when not using GitHub.
Installation & Usage
The CLI can be used without full installation using npx
. To run the CLI, use
npx ultralight-core report --help
The CLI can also be installed globally using the following
npm install -g ultralight-core
And then you can use the CLI via
ultralight-core report --help