A command line tool to help with the daily tasks of a developer. (Only tested on Windows.)
-
Start work environment Start work related tasks like starting applications (like IDE, Browser, etc.) & executables (like .bat files, .cmd files, etc.). Configure vcli-config.json in your systems user folder (e.g.: C:\Users\vchiraya\vcli-config.json)
-
Create a new Github Repo Creates a new Github repo & setup local directory initial commit that has .gitignore (optional)
Initial commit based on https://www.sitepoint.com/javascript-command-line-interface-cli-node-js/.