Skip to content

Convert JavaScript to TypeScript with preview

Notifications You must be signed in to change notification settings

technologyarts/Typifier

 
 

Repository files navigation

Typifier

A desktop app for converting JavaScript files to Typescript. Most types are set to 'any'. The purpose of this app is make conversion of large JavaScript code bases easier.

Screen1

Build App/Installer

npm install
npm run make
npm run dist

This will create an installer in the dist\ folder, or you can run Typifier directly from dist\win-unpacked.

Develop:

Get dependencies: npm install

Build and watch: npm run watch

Debug: npm start

Run tests: npm test

About

Convert JavaScript to TypeScript with preview

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.7%
  • CSS 5.4%
  • JavaScript 3.6%
  • HTML 0.3%