Volver al ranking
Alias to `tsx`
typescriptnodets-nodeesbuildesnextemcascript
Métricas clave
Crecimiento de estrellas
Estrellas
1.6k
Forks
27
Crecimiento semanal
—
Issues
0
5001k1.5k
ago 2020jul 2021jul 2022jul 2023jul 2024jul 2025jul 2026
Artefactosnpm
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.
Repositorios relacionados