https://github.com/patocallaghan/analytics-helpers-migration
https://github.com/patocallaghan/analytics-helpers-migration
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/patocallaghan/analytics-helpers-migration
- Owner: patocallaghan
- Created: 2020-10-20T10:19:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-20T11:17:38.000Z (over 4 years ago)
- Last Synced: 2025-01-27T17:54:07.659Z (4 months ago)
- Language: JavaScript
- Size: 94.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# analytics-helpers-migration
A collection of codemods for analytics-helpers-migration.
## Usage
To run a specific codemod from this project, you would run the following:
```
npx analytics-helpers-migration path/of/files/ or/some**/*glob.js# or
yarn global add analytics-helpers-migration
analytics-helpers-migration path/of/files/ or/some**/*glob.js
```## Local Usage
```
node ./bin/cli.js path/of/files/ or/some**/*glob.js
```## Transforms
* [track-analytics-event-hbs](transforms/track-analytics-event-hbs/README.md)
* [track-analytics-event-js](transforms/track-analytics-event-js/README.md)## Contributing
### Installation
* clone the repo
* change into the repo directory
* `yarn`### Running tests
* `yarn test`
### Update Documentation
* `yarn update-docs`