quickcommands-cli
v1.1.2
Published
A cli with commands for doing daily developer activities in one command
Downloads
3
Readme
quickcommands-cli
A cli with commands for doing daily developer activities in one command
qcmd git.report
- this command will run a report on all the git commits you have made from the past week
- It only reports commits that were made by users 'Isaac Adams' and/or 'iadams' because I haven't figured out how to parse inputs in python yet
qcmd git.addremote
- this command streamlines the process of adding an existing remote repo to a local repo
qcmd git.addignore
- this command is a fast way of adding a .gitignore to your project