Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 327 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 327 Bytes

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.