0.0.5 • Published 4 years ago
@nftmart/nftmart v0.0.5
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-nodeThen install this project from npm
$ npm install -g @btwiuse/ts-node-shebangAnd execute the example script
$ ts-node-shebangTo publish your own changes, you must change the package name, then run
$ yarn publish