@easytrackiq/sdk
v1.0.0
Published
EasyTrackIQ browser analytics SDK.
Readme
@easytrackiq/sdk
The EasyTrackIQ browser analytics SDK bundle.
Install the package with:
npm install @easytrackiq/sdkThe published package contains the browser bundle at easytrackiq.js. Load that
file from your application and use the global EasyTrackIQ API.
To publish a new version from this repository, update the version in
apps/sdk/package.json and provide an npm access token as an argument:
npm run publish:sdk -- <your-npm-token>The command builds the bundle, stages the npm package, and publishes it as a
public package without requiring npm login. NPM_TOKEN=<your-npm-token> is
also supported and avoids putting the token in shell history.
