0.0.2 • Published 3 years ago

create-tdscore-app v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

TAT

The template of application based on TDSCore

Features

  • Compile to native binary without any dependency.
  • The easier way to develop QuickJS Application
  • Enhanced the developing experience of JS/ES/TS by a searies of tools provided by TDSCore!

Getting Started

Install dependencies

npm install
#or
yarn

Coding

Write any code you want in src/index.ts.

View documents here

Compiling

JS File🍖

# Target ECMA Script 5
yarn build:es5

# Target Quick JS
yarn build:qjs

You can see the artifact JS file under dist/ if source code has been compiled successfully.

Native🌟

This step requires the installation of qjsc(Quick JS Compiler).

# Compile
yarn build:qapp
# Run it!
./dist/qapp