An open API service indexing awesome lists of open source software.

https://github.com/patocallaghan/analytics-helpers-migration


https://github.com/patocallaghan/analytics-helpers-migration

Last synced: 3 months ago
JSON representation

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`