https://github.com/codemodsquad/jscodeshift-watch
reruns jscodeshift any time your transform code changes, prints diffs, asks whether to write out the changes
https://github.com/codemodsquad/jscodeshift-watch
file-watcher jscodeshift watch
Last synced: 7 months ago
JSON representation
reruns jscodeshift any time your transform code changes, prints diffs, asks whether to write out the changes
- Host: GitHub
- URL: https://github.com/codemodsquad/jscodeshift-watch
- Owner: codemodsquad
- License: mit
- Created: 2019-10-15T20:49:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:47:39.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T09:40:41.397Z (over 1 year ago)
- Topics: file-watcher, jscodeshift, watch
- Language: JavaScript
- Homepage:
- Size: 1.04 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# jscodeshift-watch
[](https://circleci.com/gh/codemodsquad/jscodeshift-watch)
[](https://codecov.io/gh/codemodsquad/jscodeshift-watch)
[](https://github.com/semantic-release/semantic-release)
[](http://commitizen.github.io/cz-cli/)
[](https://badge.fury.io/js/jscodeshift-watch)A basic utility I wrote for myself to do quick one-off jscodeshift transforms.
Watches your transform code and reruns any time you save it. Prints a diff
of the transformed code, and if any file(s) changed, prompts whether you want to
write the changes.## Usage
```
> jscodeshift-watch -t TRANSFORM_PATH PATH...
```