https://github.com/marioa5945/tscn
TypeScript execution environment for node.js
https://github.com/marioa5945/tscn
node node-ts ts-node tsc tscn
Last synced: 11 months ago
JSON representation
TypeScript execution environment for node.js
- Host: GitHub
- URL: https://github.com/marioa5945/tscn
- Owner: marioa5945
- Created: 2020-12-30T19:21:03.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-22T11:12:19.000Z (about 5 years ago)
- Last Synced: 2025-03-21T21:44:06.342Z (11 months ago)
- Topics: node, node-ts, ts-node, tsc, tscn
- Language: TypeScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tscn
- convention over configuration
- concise yet expressive
## Installation
```sh
# Locally in your project
yarn add tscn --dev
npm install -D tscn
# Or globally
yarn global add tscn
npm install -g tscn
```
## Usage
### Shell
```sh
# Execute a script as `node` + `tsc`.
tscn script.ts [-w]
```
### Debug
```sh
npm run dev
```
### watch
watch files: ./server/\*\*(.ts | .js | .mjs)
restart delay: 1500ms
## License
ISC