0.0.6 • Published 3 years ago
@nickgraffis/esbuild-runner v0.0.6
⚡️ ESBuild Runner
Useage
esr [file] [args]Install
Globally
npm i -g @nickgraffis/esbuild-runnerLocally
npm i @nickgraffis/esbuild-runner{
"scripts": {
"start": "esr index.ts"
}
}NPX
npx @nickgraffis/esbuild-runner index.tsWhy?
Goal was to replace ts-node - noteably, this tool doesn't check types.