https://github.com/brunobonacci/homebrew-lazy-tools
A collection of development tools and more
https://github.com/brunobonacci/homebrew-lazy-tools
Last synced: 9 months ago
JSON representation
A collection of development tools and more
- Host: GitHub
- URL: https://github.com/brunobonacci/homebrew-lazy-tools
- Owner: BrunoBonacci
- Created: 2019-05-03T16:13:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T12:45:16.000Z (over 2 years ago)
- Last Synced: 2025-03-15T15:29:33.211Z (over 1 year ago)
- Language: Ruby
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lazy tools
A collection of tools for development and more.
## Installation
brew tap BrunoBonacci/lazy-tools
brew install
## Version update of a package/tool
brew update && brew upgrade
## Tools
* [**one-config**](https://github.com/BrunoBonacci/1config) - [`platform independent`]
- `brew install one-config`
- A command-line tool to manage multiple environments and
application configuration safely and effectively.
* [**rolling-update**](https://github.com/BrunoBonacci/rolling-update) - [`platform independent`]
- `brew install rolling-update`
- A command line tool for automated rolling update of auto-scaling groups.
* [**easy-subnet**](https://github.com/BrunoBonacci/easy-subnet) - [`mac` | `linux` ]
- `brew install easy-subnet`
- A command-line tool for easy split subnets into equally sized
networks.
* [**synapse**](https://github.com/BrunoBonacci/synapse) - [`mac` | `linux` ]
- `brew install synaspe`
- Synapse is the smart way to connect and configure docker
containers. It uses a number of strategies to retrieve
configuration and discover dependencies such as: environment
variables, docker standard variables (to come: Kubernetes
discovery API, Consul discovery API, Consul configuration API,
etcd configuration API).
* [**jqx**](./doc/jqx/README.md) - [`mac` | `linux`]
- `brew install jqx`
- Like jq but with Clojure(Script) expressions.
*NOTE: `platform independent` packages require JDK8+ installed*