webfansplz / esho

TS/JS Node powered by swc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

esho

TypeScript / ESNext node runtime powered by swc

version

Usage

npx esho hello.ts

Install globally

npm i -g esho

esho index.ts

Install as dependency

npm i esho
{
  "scripts": {
    "start": "esho index.ts"
  },
  "dependencies": {
    "esho": "*"
  }
}

About

TS/JS Node powered by swc

License:MIT License


Languages

Language:JavaScript 51.1%Language:TypeScript 48.9%