codemod 1.0.0
0
Codemod is a tool/library to assist you with large-scale codebase refactors that can be partially au
Contents
Codemod is a tool/library to assist you with large-scale codebase refactors that can be partially automated but still require human oversight and occasional intervention. Codemod was developed at Facebook and released as open source.
Stars: 4114, Watchers: 4114, Forks: 197, Open Issues: 25The facebookarchive/codemod
repo was created 15 years ago and the last code push was 3 years ago.
The project is very popular with an impressive 4114 github stars!
How to Install codemod
You can install codemod using pip
pip install codemod
or add it to a project with poetry
poetry add codemod
Package Details
- Author
- License
- Apache License 2.0
- Homepage
- http://github.com/facebook/codemod
- PyPi:
- https://pypi.org/project/codemod/
- GitHub Repo:
- https://github.com/facebook/codemod
Related Packages
Errors
A list of common codemod errors.
Code Examples
Here are some codemod
code examples and snippets.