Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scottdillman/baitstore
odds and ends
https://github.com/scottdillman/baitstore
Last synced: 15 days ago
JSON representation
odds and ends
- Host: GitHub
- URL: https://github.com/scottdillman/baitstore
- Owner: ScottDillman
- License: mit
- Created: 2019-01-16T15:09:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-16T15:19:34.000Z (almost 6 years ago)
- Last Synced: 2024-10-03T12:44:45.189Z (about 1 month ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## Bait Store
A repository of odds and ends, workarounds, and half baked scripts to help reduce friction..
> _The system's got more bugs than a bait store._
~ TRON (1982) [clip](https://getyarn.io/yarn-clip/fced3611-3bf8-4058-bdc4-06b5c0e16bb6)## isolated node env
Here is my simple bash script to create isolated node envs. It should work on Linux, OSX, and Windows as long as the requirements are met.
Requirements:
Linux:
- jq
- wgetWindows:
- Bash env: WSL, Gitbash, Cygwin, MSYS2
- 7zip
- wget
- jqOSX:
- jq
- wget[get it here](https://gist.githack.com/CTrauma/da96abb1301713cb73e609f6fabd650d/raw/bfdaf5cc5082c498bdfde9381dc9f8d294cfc3eb/getnode.sh)
commandline _will download latest_
```
% ./getnode.sh
```commandline to get specific version:
```
% ./getnode.sh v10.5.0
```