ランキングに戻る
Alias to `tsx`
typescriptnodets-nodeesbuildesnextemcascript
主要指標
スター成長
スター
1.6k
フォーク
27
週間成長
—
Issue
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.
関連リポジトリ