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.
These codemods were used to migrate from TypeORM 0.2.x to 0.3.x. This blog post explains my motivations for writing these.