Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yappbox/yapp-codemods
Yapp's codemods
https://github.com/yappbox/yapp-codemods
Last synced: 6 days ago
JSON representation
Yapp's codemods
- Host: GitHub
- URL: https://github.com/yappbox/yapp-codemods
- Owner: yappbox
- Created: 2018-10-18T21:07:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-18T21:10:42.000Z (about 6 years ago)
- Last Synced: 2024-08-02T07:23:40.456Z (3 months ago)
- Language: JavaScript
- Size: 37.1 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-codemods - yapp-codemods - Yapp's codemods. (Organization specific Codemods / ant-design)
README
# yapp-codemods
A collection of codemod's for yapp-codemods.
## Usage
To run a specific codemod from this project, you would run the following:
```
npx yapp-codemods path/of/files/ or/some**/*glob.js# or
yarn global add yapp-codemods
yapp-codemods 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`