servy is a CLI app written in python that helps a team to keep a clean history of its actions without leaving the terminal
- clone this repo
- run "source ./install.sh"
- In case you want
servyalias to be available for every user in your system, run:sudo echo "alias servy='source $(pwd)/launch.sh'" >> /etc/bash.bashrc
- In case you want
- run "servy version" to check if the installation succeeded
- create a Google Cloud Platform project and download the generated credentials json - follow only the first 3 steps
- enable Google Drive API
- enable Google Sheets API
- run "servy init" and follow the prompts
- run "servy help" to check the available commands
- ???
- profit