Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azer0s/sane
A package manager for sane configurations
https://github.com/azer0s/sane
configuration configuration-files docker dotfiles package-manager
Last synced: 2 months ago
JSON representation
A package manager for sane configurations
- Host: GitHub
- URL: https://github.com/azer0s/sane
- Owner: Azer0s
- License: mit
- Created: 2019-11-06T15:36:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-20T21:57:24.000Z (almost 5 years ago)
- Last Synced: 2024-06-21T18:09:25.022Z (7 months ago)
- Topics: configuration, configuration-files, docker, dotfiles, package-manager
- Language: Go
- Homepage:
- Size: 96.7 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Github Action](https://github.com/Azer0s/sane/workflows/Go/badge.svg)](https://github.com/Azer0s/sane/actions?query=workflow%3AGo) [![Go Report Card](https://goreportcard.com/badge/github.com/Azer0s/sane)](https://goreportcard.com/report/github.com/Azer0s/sane) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/Azer0s/sane/blob/master/LICENSE.md)
# sane
A package manager for sane configurations
## install
```bash
go get -u github.com/Azer0s/sane
```## apply package list
`sane` supports aliasing. By pulling a list of aliases, one doesn't need to type out the full name of the repo.
```bash
sane apply Azer0s/config/index
```## apply settings
```bash
sane apply vimsettings
```## remove settings
```bash
sane remove vimsettings
```## start docker containers
```bash
sane start kafka
```## stop docker containers
```bash
sane stop kafka
```