랭킹으로 돌아가기
Alias to `tsx`
typescriptnodets-nodeesbuildesnextemcascript
주요 지표
스타 성장
스타
1.6k
포크
27
주간 성장
—
이슈
0
5001k1.5k
2020년 8월2021년 7월2022년 7월2023년 7월2024년 7월2025년 7월2026년 7월
아티팩트npm
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.
관련 저장소