Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 456 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 456 Bytes

Codemods

This repository contains codemods I have used to modify my codebases. They are intended for usage with jscodeshift. See the docs there for steps to make use of the transforms.

TypeORM

These codemods were used to migrate from TypeORM 0.2.x to 0.3.x. This blog post explains my motivations for writing these.