Build native applications using Typescript.
- Write a file
test.ts
with contentconsole.log('Hello World!');
or any other message - Run
npx typenative --source test.ts
- Run
dist/native.exe
in terminal and see your message
Develpment:
- Everything (👉゚ヮ゚)👉
Examples:
- Database (using sqlite)
- Web Server (using libmicrohttpd)
- UI App (using webview)