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
- Host: GitHub
- URL: https://github.com/h-a-n-a/swcno
- Owner: h-a-n-a
- License: mit
- Created: 2021-08-01T11:48:26.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-06T08:41:26.000Z (almost 5 years ago)
- Last Synced: 2025-04-15T20:09:11.323Z (about 1 year ago)
- Topics: esm, node, swc, ts-node, typescript
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
swcno
SWC-driven Node runtime for TypeScript
built with @swc-node/register
## Usage
```bash
npx swcno index.ts
```
### Install globally
```
npm install -g swcno
swcno index.ts
```