Back to rankings
Alias to `tsx`
typescriptnodets-nodeesbuildesnextemcascript
Key Metrics
Star Growth
Stars
1.6k
Forks
27
Weekly Growth
—
Issues
0
5001k1.5k
Aug 2020Jul 2021Jul 2022Jul 2023Jul 2024Jul 2025Jul 2026
Artifactsnpm
npm install esnoREADME
esno
Node.js runtime enhanced with esbuild for loading TypeScript & ESM
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 repositories