@motato/shelljs

0.0.3 • Public • Published

esno / esmo

TypeScript / ESNext node runtime powered by esbuild

version

Usage

npx esno hello.ts

# use with `type: module`
npx esmo hello.ts

Install globally

npm i -g esno

esno index.ts
esmo index.ts

Install as dependency

npm i esno
{
  "scripts": {
    "start": "esno index.ts"
  },
  "dependencies": {
    "esno": "*"
  }
}
npm run start
{
  "type": "module",
  "scripts": {
    "start": "esmo index.ts"
  },
  "dependencies": {
    "esno": "*"
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @motato/shelljs

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

3.63 kB

Total Files

5

Last publish

Collaborators

  • luffy0520