typeformer icon indicating copy to clipboard operation
typeformer copied to clipboard

A typescript code terraformer

typeformer

This repo contains tooling to enable the conversion of the TypeScript repo to modules.

To use, clone and npm install this repo, build it, then in a TypeScript repo, run:

$ node /path/to/typeformer

To view its usage / subcommands.

This package requires Node 14+, and has only been tested on Linux.