Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 437 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 437 Bytes

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