/esho

TS/JS Node powered by swc

Primary LanguageJavaScriptMIT LicenseMIT

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": "*"
  }
}