0.0.5 • Published 3 years ago

@nftmart/nftmart v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

ts-node-shebang

This is a template project that demonstrates how to distribute typescript scripts without compilation via ts-node shebang line

First you need to install ts-node

$ npm install -g ts-node

Then install this project from npm

$ npm install -g @btwiuse/ts-node-shebang

And execute the example script

$ ts-node-shebang

To publish your own changes, you must change the package name, then run

$ yarn publish