1.0.5 • Published 2 years ago

typesify v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Typesify

Convert your JavaScript code to TypeScript.

How to use

run npx typesify in your project root directory.

To exclude files from being transformed use keyword --exclude followed by a comma separated list of glob patterns. For example to exclude all files in node_modules and dist directories: run npx typesify --exclude **/node_modules/**,**/dist/**

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago