1.0.0 • Published 3 years ago

thinwrap-ts v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

Thinwrap is a multifunction tool created to work better with TypeScript. This tool offers a lot of cool functions that create a better environment with TypeScript.

Installation

$ npm install thinwrap-ts

Linting

Your code, fixed. With a simple command.

$ twlint --file yourfile.ts

Wrapping

Converts JavaScript to TypeScript, in a second.

$ twwrap --file yourfile.js

Install typed module from NPMJS

$ twi --mod axios

Create config file

$ tw --init