Node is a great choice for building command line tools. This mini project is a Node CLI which interacts with the GitHub API to create git repo .
Refeence article url: https://www.sitepoint.com/javascript-command-line-interface-cli-node-js/
- Clone repo
- Run
npm install
- Install the module globally with
npm install -g
from within the project directory - Run
ginit <repo-name> <longer repo description>