marioa5945 / tscn

TypeScript execution environment for node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tscn

  • convention over configuration
  • concise yet expressive

Installation

# Locally in your project
yarn add tscn --dev

npm install -D tscn

# Or globally
yarn global add tscn

npm install -g tscn

Usage

Shell

# Execute a script as `node` + `tsc`.
tscn script.ts [-w]

Debug

npm run dev

watch

watch files: ./server/**(.ts | .js | .mjs) restart delay: 1500ms

License

ISC

About

TypeScript execution environment for node.js


Languages

Language:TypeScript 70.2%Language:JavaScript 29.8%