• Stars
    star
    1,385
  • Rank 32,716 (Top 0.7 %)
  • Language
    TypeScript
  • Created almost 4 years ago
  • Updated 10 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Alias to `tsx`

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.

Issues are disabled in this repo, they should be report in esbuild-kit/tsx instead.

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.