- Export
NSBin.TCommandand add tocommandsin bin/commands.ts - Add command name in
optionsin bin/commands.ts
- input
- password -> display stars
- confirm -> boolean
- numeral
- boxen
use namespace in .d.ts. Ref: https://stackoverflow.com/a/65564218
// tsconfig.json
"ts-node": {
"files": true
},