SkillAgentSearch skills...

Esno

Alias to `tsx`

Install / Use

/learn @antfu/Esno
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<h1 align='center'> <samp>esno</samp> </h1> <p align='center'> <samp>Node.js runtime enhanced with esbuild for loading TypeScript & ESM</samp> <br> <br> <a href='https://www.npmjs.com/package/esno'> <img src='https://img.shields.io/npm/v/esno?color=333&labelColor=555&style=flat-square' alt='version'/> </a> </p>

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.

Related Skills

View on GitHub
GitHub Stars1.6k
CategoryDevelopment
Updated2h ago
Forks28

Languages

TypeScript

Security Score

80/100

Audited on Mar 31, 2026

No findings