scripts icon indicating copy to clipboard operation
scripts copied to clipboard

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

Results 3 scripts issues
Sort by recently updated
recently updated
newest added

sed -i "" '12,15d' ./index.js I'd be a bit wary of using hard-coded line numbers. Seems like you could get the same results while being way more future-proof (in case...

https://create-react-app.dev/docs/custom-templates/