typenative
v0.0.9
Published
Build native applications using Typescript.
Downloads
5
Readme
TypeNative
Build native applications using Typescript.
Get Started
- 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
Todo
Develpment:
- Everything (👉゚ヮ゚)👉
Examples:
- Database (using sqlite)
- Web Server (using libmicrohttpd)
- UI App (using webview)