@unly/utils-googletag

1.0.5 • Public • Published

Build Status Maintainability Test Coverage

Utils Googletag

This project is a transversal project, helpers for google tag manager

Getting started

npm or yarn

npm install @unly/utils-googletag

Use:

const { gaPageview, initializeAsHTML, convertTrackingIDToGTag } = require('@unly/utils-googletag');

API

API


Contributing

We gladly accept PRs, but please open an issue first so we can discuss it beforehand.

Getting started

yarn start # Shortcut - Runs linter + build + tests in concurrent mode (watch mode)

OR run each process separately for finer control

yarn lint
yarn build
yarn test

Test

yarn test # Run all tests, interactive and watch mode
yarn test:once
yarn test:coverage

Releasing and publishing

yarn releaseAndPublish # Shortcut - Will prompt for bump version, commit, create git tag, push commit/tag and publish to NPM

yarn release # Will prompt for bump version, commit, create git tag, push commit/tag
npm publish # Will publish to NPM

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @unly/utils-googletag

Weekly Downloads

1

Version

1.0.5

License

MIT

Unpacked Size

11.2 kB

Total Files

8

Last publish

Collaborators

  • unly-admin
  • vadorequest