Skip to content

elliottsj/jscodeshift-typescript-example

Repository files navigation

jscodeshift-typescript-example

Example of using jscodeshift with TypeScript.

Usage

First install:

npm install

Try the reverse-identifiers transform:

./node_modules/.bin/jscodeshift -t ./reverse-identifiers.js --extensions=ts --parser=ts ./reverse-identifiers.input.ts --print --dry

Omit --dry to write the transformed source back to disk.

Test

npm test

About

Example of using jscodeshift with TypeScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published