https://github.com/unixorn/arm-toolkit
Some scripts I like to have on my ARM cluster nodes
https://github.com/unixorn/arm-toolkit
Last synced: 3 months ago
JSON representation
Some scripts I like to have on my ARM cluster nodes
- Host: GitHub
- URL: https://github.com/unixorn/arm-toolkit
- Owner: unixorn
- License: apache-2.0
- Created: 2019-05-27T23:30:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-28T00:14:57.000Z (about 6 years ago)
- Last Synced: 2025-01-29T09:22:14.137Z (5 months ago)
- Language: Perl
- Size: 15.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# arm-toolkit
Some scripts I like to have on my basement ARM cluster nodes that aren't available via `apt`. I don't particularly want to install `npm` or its ilk on my k8s nodes, but I do want to have a pleasant userspace experience.
Licenses for the scripts here can be found in their original source.
## What's in it
| Script | Original Source | Description |
| ------ | --------------- | ----------- |
| `diff-so-fancy` | [so-fancy/diff-so-fancy](https://github.com/so-fancy/diff-so-fancy) | `diff-so-fancy` strives to make your diff's human readable instead of machine readable. This helps improve code quality and help you spot defects faster. |