1.1.0 • Published 7 years ago
rumpelstiltskin v1.1.0
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 czThis 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 compileThis 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.