angulartics-census
v0.0.1
Published
Provides a census of analytics-on notations in a directory.
Downloads
2
Readme
angulartics-census
Generates a CSV containing a list of analytics-on attributes in html files under the source directory.
The columns in the CSV are:
analytics-category
analytics-event
- Tag name of the element
- File name of the attribute
You can add an extra attribute to check with a Y/N response by passing --attr-check="analytics-if"
in.
Usage
npm i angulartics-census
node_modules/angulartics-census/census -p src --attr-check="analytics-event"