bingo-calculator
v1.0.1
Published
node package command to run from any cli 'npx bingo-calculator' Project Node environment creation commands: tsc --init tsc npm init -y npm i @types/node -D npm install [email protected] Tsconfig manipulation: "target" : "ES2020" && "module" : "
Downloads
1
Readme
node package command to run from any cli 'npx bingo-calculator' Project Node environment creation commands: tsc --init tsc npm init -y npm i @types/node -D npm install [email protected] Tsconfig manipulation: "target" : "ES2020" && "module" : "NodeNext" package.json manipulation: "type": "module", "bin":"index.js" add shabang statement on top of main file : #! /usr/bin/env node npm publish to push your node package to npm site