@nickgraffis/esbuild-runner
v0.0.6
Published
⚡️ A simple esbuild runner.
Downloads
10
Maintainers
Readme
⚡️ ESBuild Runner
Useage
esr [file] [args]
Install
Globally
npm i -g @nickgraffis/esbuild-runner
Locally
npm i @nickgraffis/esbuild-runner
{
"scripts": {
"start": "esr index.ts"
}
}
NPX
npx @nickgraffis/esbuild-runner index.ts
Why?
Goal was to replace ts-node
- noteably, this tool doesn't check types.