1.0.5 • Published 3 years ago

typesify v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
3 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

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago