Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcofranssen/whisky-tango
Universal application installer and system configurator using a config file
https://github.com/marcofranssen/whisky-tango
apt chocolatey chocolatey-packages configuration darwin homebrew install-script installation installer linux macos rpm windows
Last synced: 2 days ago
JSON representation
Universal application installer and system configurator using a config file
- Host: GitHub
- URL: https://github.com/marcofranssen/whisky-tango
- Owner: marcofranssen
- Archived: true
- Created: 2019-11-27T22:20:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-04T10:21:29.000Z (over 4 years ago)
- Last Synced: 2024-10-25T17:38:25.648Z (21 days ago)
- Topics: apt, chocolatey, chocolatey-packages, configuration, darwin, homebrew, install-script, installation, installer, linux, macos, rpm, windows
- Language: Go
- Homepage:
- Size: 70.3 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - marcofranssen/whisky-tango - Universal application installer and system configurator using a config file (Go)
README
# Whisky Tango
Whisky Tango is a cross platform tool to install your applications using a config file. It allows your development teams to easily install similar environments and tooling on their laptops to get easily started. Only thing they need to do is fillout the config file and simply copy that to any environment they want to install.
## Contribute
To build the binary simply run `make`.
```bash
$ make
Download go.mod dependencies
Building binaries
```To run Wisky Tango you can invoke the binary.
```bash
$ bin/wt
Using config file: /Users/marco/code/priv/whisky-tango/.wt.yml
Whisky Tango, automates your machine setupUsage:
wt [flags]
wt [command]Available Commands:
config Get current configuration as json output
help Help about any command
install installs your apps
version shows version informationFlags:
--config string config file (default is $HOME/.wt.yml)
-h, --help help for wtUse "wt [command] --help" for more information about a command.
```