1.0.5 • Published 2 years ago
gitcs v1.0.5
gitcs - git commit spotify

Trying hard to come up with a commit message, everytime you stage to your pet project?
Wait no longer, commit the song you're playing (on spotify) + random emoji, with single command.
gitcsbetter than git commit -am.
Getting Started
gitcs adds now playing song name and artist followed by a emoji. You'll still need to stage your files i.e. git add <your files>
Prerequisites
- Node.JS - JavaScript Runtime
 - npm - Dependency Management
 - Spotify Account
 
Installing
Install gitcs using npm command line, globally.
npm i -g gitcsUsage
You'll just have to do this once. This cli will persist your tokens and secrets locally for future usage.
- Create a spotify app on Spotify for Developers Dashboard and store App ID and App Secret somewhere.
 - execute 
gitcs --clientID and --clientSecretTips and Tricks
 - add optional 
-cflag to clear all secrets and tokens 
TL;DR
Initial command
gitcs -i <AppID> -s <appSecret> -fAfterwards
gitcs
Contributing
Authors
- Ayush Chauhan - Initial work - heyayushh
 
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE.md file for details
Acknowledgments
- Please follow me and on twitter to pay kudos :heart:
 - Sindre and Taylor Krusen.
 - Awesome people spreading the word of this project
 - Commit message is a helpful feature. gitcs reponsibly.
 - To revert most recent commit message, use 
git commit --amend - Best Practices on Commit Message