Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/katilius/sample-js-codemod
Sample JS codemod using jscodeshift
https://github.com/katilius/sample-js-codemod
Last synced: 16 days ago
JSON representation
Sample JS codemod using jscodeshift
- Host: GitHub
- URL: https://github.com/katilius/sample-js-codemod
- Owner: katilius
- Created: 2019-03-04T14:38:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T17:14:57.000Z (about 2 years ago)
- Last Synced: 2024-10-31T11:13:03.459Z (2 months ago)
- Language: JavaScript
- Size: 623 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample jscodeshift project
This repo contains simple codemod together with test case. It's extremely naive implementation and should not be run on real code base.
The idea was to just prepare sample project on which actual codemod projects could be built.
Sample used in this [blog post](https://katilius.net/writing-js-codemods/)