Skip to content

tsuggate/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