0.1.0 • Published 6 years ago
event-tracking-browser v0.1.0
Event Tracking Browser
A project for tracking ptoject.
Usage
git clone https://github.com/anasrezk/event-tracking-browser.git
yarnFeatures
- RollupJS for multiple optimized bundles following the standard convention and Tree-shaking
- Tests, coverage and interactive watch mode using Jest
- Prettier and TSLint for code formatting and consistency
- Docs automatic generation and deployment to
gh-pages, using TypeDoc - Automatic types
(*.d.ts)file generation - Travis integration and Coveralls report
- (Optional) Automatic releases and changelog, using Semantic release, Commitizen, Conventional changelog and Husky (for the git hooks)
Importing library
import EventTracker from 'event-tracking-browser';NPM scripts
npm t: Run test suitenpm start: Runnpm run buildin watch modenpm run test:watch: Run test suite in interactive watch modenpm run test:prod: Run linting and generate coveragenpm run build: Generate bundles and typings, create docsnpm run lint: Lints codenpm run commit: Commit using conventional commit style (husky will tell you to use it if you haven't :wink:)
0.1.0
6 years ago