An open API service indexing awesome lists of open source software.

https://github.com/rajasegar/jscodeshift-docs

A Reference Guide for writing JS Codemods
https://github.com/rajasegar/jscodeshift-docs

ast codemod codemods docs jscodeshift reference

Last synced: 5 months ago
JSON representation

A Reference Guide for writing JS Codemods

Awesome Lists containing this project

README

          

# jscodeshift-docs
A Reference Guide for writing JS Codemods

The reason this project is created is because, I am simply frustrated for looking up
reference for writing codemods and the jscodeshift api is not very well documented.

The intention is to catch all the api reference in one place so that it will be
helpful to write codemods.

## APIs

- [babel-core](https://github.com/rajasegar/jscodeshift-docs/blob/master/babel-core.md)
- [core](https://github.com/rajasegar/jscodeshift-docs/blob/master/core.md)
- [es-proposals](https://github.com/rajasegar/jscodeshift-docs/blob/master/es-proposals.md)
- [es6](https://github.com/rajasegar/jscodeshift-docs/blob/master/es6.md)
- [es7](https://github.com/rajasegar/jscodeshift-docs/blob/master/es7.md)

## Reference
- [jscodeshift](https://github.com/facebook/jscodeshift)
- [ast-types](https://github.com/benjamn/ast-types)
- [AST Definitions](https://github.com/benjamn/ast-types/tree/master/def)
- [awesome-ast](https://github.com/cowchimp/awesome-ast)