Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 606 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 606 Bytes

@sourcegraph/codemod

A toolkit for writing codemods powered by ts-morph and PostCSS.

Docs

Extended documentation is coming to the project. In the meantime, take a look at the RFC, which contains all the background information.

Setup

yarn

Use

yarn transform --help

Other commands

yarn build
yarn build:clean
yarn build:watch

yarn test
yarn format
yarn format:check
yarn lint