Personal bash scripts
- Github ssh-agent should be enable.
- NPM should be loggedin.
- flipremote should be installed globally.
- gitifyme should be installed globally.
- npm-version-bump should be installed globally.
- NPM
- Fix Dependency: Fixes vulnerability in dependencies by reinstalling package-lock.json.
- NPM Deploy: Bumps version in package.json by 0.0.1 and releases to npm (Needs npm login).
- curl
- Scan Broken: Sends curl request to input url and returns the HTTP Status Code.
- Scan Redirection: Sends curl request to input url and returns final url which gets loaded (Shows the redirected url if the input url is redirected to some other url).
- string-ops
- Recurl Rate Limit: Filters out url with 429 status code and re-run with curl
- If you see error while running
npm install
try updating the script to usesudo npm install