8000 GitHub - Nutlope/scripts: Scripts I use to enhance my workflow, focused on React & Git
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Nutlope/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dev Scripts

Scripts I use to enhance my productivity as a dev.

Usage

  1. Git clone the repo or copy the script you want into a local .sh file
  2. Run chmod +x ./$SCRIPTNAME to make the script executable before executing the script.
  3. Run the script by simply typing ./$SCRIPTNAME if it's in your current folder.

Scripts

So far here are the scripts I have:

  1. 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
  2. CRA-cleanup-TS.sh: Same as #1 but for a new create-react-app typescript instance
  3. gitcommit.sh: Combine git add, git commit, and git push into one command to save keystrokes

About

Scripts I use to enhance my workflow, focused on React & Git

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0