zhaojinyu e984acc6d0 first commit 10 ay önce
..
node_modules e984acc6d0 first commit 10 ay önce
LICENSE e984acc6d0 first commit 10 ay önce
README.md e984acc6d0 first commit 10 ay önce
esno.js e984acc6d0 first commit 10 ay önce
package.json e984acc6d0 first commit 10 ay önce

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.