Universal analytics notifier for npm scripts
npm install ua-npmscript-notifier[![Build Status][build-badge]][build]
[![codecov][codecoverage-badge]][codecoverage]
![Node dependency][node-badge]
[![Dependencies][dependencyci-badge]][dependencyci]
[![dependencies Status][dependencies-badge]][dependencies]
[![devDependencies Status][devDependencies-badge]][devDependencies]
[![MIT License][license-badge]][LICENSE]
> Universal analytics notifier in node env
Notify universal analytics with pre defined events to track usage in node modules.
``shell`
npm i ua-npmscript-notifier
#### Install trigger
Add ua-npmscript-notifier start --event="install"
`shell`
git clone https://github.com/{your fork}/ua-npmscript-notifier.git
cd ua-npmscript-notifier/
npm install
Replace {your fork} by your github username.
If you'd like to contribute, please fork the repository and use a feature
branch. All contributions are welcome. Please make a pull request and make sure things still pass after running npm test`.
Ensure you've read the contribution guidelines for more information and respect the code of conduct
The code in this project is licensed under MIT license.
[build-badge]: https://img.shields.io/travis/iGitScor/ua-npmscript-notifier.svg?style=flat-square
[build]: https://travis-ci.org/iGitScor/ua-npmscript-notifier
[codecoverage-badge]: https://codecov.io/gh/iGitScor/ua-npmscript-notifier/branch/master/graph/badge.svg?style=flat-square
[codecoverage]: https://codecov.io/gh/iGitScor/ua-npmscript-notifier
[dependencyci-badge]: https://dependencyci.com/github/iGitScor/ua-npmscript-notifier/badge?style=flat-square
[dependencyci]: https://dependencyci.com/github/iGitScor/ua-npmscript-notifier
[dependencies-badge]: https://david-dm.org/iGitScor/ua-npmscript-notifier/status.svg?style=flat-square
[dependencies]: https://david-dm.org/iGitScor/ua-npmscript-notifier
[devDependencies-badge]: https://david-dm.org/iGitScor/ua-npmscript-notifier/dev-status.svg?style=flat-square
[devDependencies]: https://david-dm.org/iGitScor/ua-npmscript-notifier?type=dev
[node-badge]: https://img.shields.io/node/v/ua-npmscript-notifier.svg?style=flat-square
[license-badge]: https://img.shields.io/npm/l/ua-npmscript-notifier.svg?style=flat-square
[license]: https://github.com/iGitScor/ua-npmscript-notifier/blob/master/LICENSE