scripts
scripts copied to clipboard
Scripts I use to enhance my workflow, focused on React & Git
Dev Scripts
Scripts I use to enhance my productivity as a dev.
Usage
- Git clone the repo or copy the script you want into a local .sh file
- Run
chmod +x ./$SCRIPTNAMEto make the script executable before executing the script. - Run the script by simply typing
./$SCRIPTNAMEif it's in your current folder.
Scripts
So far here are the scripts I have:
- CRA-cleanup-JS.sh: Cleans up a new create-react-app instance since I delete the same exact files and lines of code each time
- CRA-cleanup-TS.sh: Same as #1 but for a new create-react-app typescript instance
- gitcommit.sh: Combine git add, git commit, and git push into one command to save keystrokes