0.0.5 • Published 9 months ago

@cliz/tsno v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago
  • tsno - Node in CJS mode - by esbuild-register

Usage

npx @cliz/tsno hello.ts

Install globally

npm i -g @cliz/tsno

tsno index.ts

Install as dependency

npm i @cliz/tsno
{
  "scripts": {
    "start": "tsno index.ts"
  },
  "dependencies": {
    "@cliz/tsno": "*"
  }
}
npm run start