An open API service indexing awesome lists of open source software.

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

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