mrkaurelius / ts-cli-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 87.1%Language:JavaScript 12.9%