https://github.com/patocallaghan/component-tweaks
https://github.com/patocallaghan/component-tweaks
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/patocallaghan/component-tweaks
- Owner: patocallaghan
- Created: 2023-07-18T10:31:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T14:32:40.000Z (almost 2 years ago)
- Last Synced: 2025-01-27T17:54:05.048Z (4 months ago)
- Language: JavaScript
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# component-tweaks
A collection of codemods for component-tweaks.
## Usage
To run a specific codemod from this project, you would run the following:
```
npx component-tweaks path/of/files/ or/some**/*glob.js# or
yarn global add component-tweaks
component-tweaks path/of/files/ or/some**/*glob.js
```## Local Usage
```
node ./bin/cli.js 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`