zhaojinyu e984acc6d0 first commit 10 月之前
..
node_modules e984acc6d0 first commit 10 月之前
LICENSE e984acc6d0 first commit 10 月之前
README.md e984acc6d0 first commit 10 月之前
esno.js e984acc6d0 first commit 10 月之前
package.json e984acc6d0 first commit 10 月之前

README.md

esno

Node.js runtime enhanced with esbuild for loading TypeScript & ESM

version

From v0.15, esno is essentially an alias of tsx, with automated CJS/ESM mode and caching.

Usage

npx esno hello.ts

Install globally

npm i -g esno

esno index.ts

Install as dependency

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

Learn more at tsx.