Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 470 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 470 Bytes

Codemodder Documentation

This repository holds the documentation site at codemodder.io. It covers information related to building, testing, running and operationalizing codemods built with the codemodder framework across all supported languages.

Building and Running

$ git clone https://github.com/pixee/codemodder-docs.git
$ cd codemodder-docs
$ yarn # only needed the first time
$ yarn start

Contributing

We love PRs!