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

https://github.com/h-a-n-a/swcno

SWC-driven Node runtime for TypeScript / ESNext
https://github.com/h-a-n-a/swcno

esm node swc ts-node typescript

Last synced: about 1 year ago
JSON representation

SWC-driven Node runtime for TypeScript / ESNext

Awesome Lists containing this project

README

          

swcno

SWC-driven Node runtime for TypeScript


built with @swc-node/register



npm-v

## Usage

```bash
npx swcno index.ts
```

### Install globally

```
npm install -g swcno

swcno index.ts
```