1.1.0 • Published 6 years ago

rumpelstiltskin v1.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Commitizen friendly semantic-release code style: prettier

RUMpelstiltskin

A general utility to collect RUM(Real User Metrics) using the timing and performance APIs

Contributing

A note on commits

To ensure commits follow the semantic-release/conventional commit format, you will need to run:

npm run cz

This is in place of the usual git commit -m 'message' format. To make the above even easier, add an allias such as the following to your chosen Terminal:

alias cz="npm run cz"

Building

To build RUMpelstiltskin, do the following after having cloned the repo to your local machine:

npm i
npm run compile

This will write the file rumpelstiltskin.js to the root of the project. Include this at the bottom of your HTML document, and you are ready to use RUMpelstiltskin.