A base for creating Node command line tools with Typescript.
- commander - main workhorse aka 'The complete solution for node.js command-line interfaces.'
 - inquirer - for asking questions and parsing input
 - replace-in-file - for easy replacing values in files
 - chalk, nanospinner, log-symbols - for styling and colors
 
Even more amazing utilities can be found here! Happy coding 🌄