/codemodder-docs

Primary LanguageCSSOtherNOASSERTION

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!