Skip to content

marioa5945/tscn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 22, 2021
12848a6 · Feb 22, 2021

History

6 Commits
Jan 22, 2021
Feb 22, 2021
Dec 30, 2020
Jan 22, 2021
Jan 22, 2021
Feb 22, 2021
Jan 9, 2021

Repository files navigation

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