The Wayback Machine - https://web.archive.org/web/20201210223337/https://github.com/tsuggate/Typifier
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 

README.md

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

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.