https://github.com/patocallaghan/codemod-workshop
https://github.com/patocallaghan/codemod-workshop
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/patocallaghan/codemod-workshop
- Owner: patocallaghan
- Created: 2018-07-30T21:53:03.000Z (almost 7 years ago)
- Default Branch: patoc/init-commit
- Last Pushed: 2018-07-30T21:55:02.000Z (almost 7 years ago)
- Last Synced: 2025-01-27T17:54:06.437Z (4 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# codemod-workshop
A collection of codemod's for codemod-workshop.
## Usage
To run a specific codemod from this project, you would run the following:
```
npx codemod-workshop path/of/files/ or/some**/*glob.js# or
yarn global add codemod-workshop
codemod-workshop path/of/files/ or/some**/*glob.js
```## Transforms
## Contributing
### Installation
* clone the repo
* change into the repo directory
* `yarn`### Running tests
* `yarn test`
### Update Documentation
* `yarn update-docs`