ts-cli-boilerplate

ts cli boilerplate

npm install ts-node typescript @types/node

TODO

  • learn how to distribute and install cli to system
    • cli program should be installed with command npm install -g my-awesome-cli or npx my-awosome-cli
  • find promising packages for building cli apps
  • learn from other cli projects
    • tldr
    • tsc
  • logging
  • linting
  • debugging
  • development ergonomics
  • test without nvm

Sources