0.0.6 • Published 1 year ago

@nickgraffis/esbuild-runner v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

⚡️ 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.

Thanks