esho
v0.0.1
Published
TS/JS Node powered by swc
Downloads
1
Maintainers
Readme
Usage
npx esho hello.ts
Install globally
npm i -g esho
esho index.ts
Install as dependency
npm i esho
{
"scripts": {
"start": "esho index.ts"
},
"dependencies": {
"esho": "*"
}
}