@webfansplz/esrun

0.0.1 • Public • Published

esrun

TypeScript / ESNext node runtime powered by swc

version

Usage

npx esrun hello.ts

Install globally

npm i -g esrun

esrun index.ts

Install as dependency

npm i esrun
{
  "scripts": {
    "start": "esrun index.ts"
  },
  "dependencies": {
    "esrun": "*"
  }
}

Package Sidebar

Install

npm i @webfansplz/esrun

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

2.9 kB

Total Files

6

Last publish

Collaborators

  • webfansplz