Skip to content

Azer0s/sane

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Action Go Report Card License: MIT

sane

A package manager for sane configurations

install

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.

sane apply Azer0s/config/index

apply settings

sane apply vimsettings

remove settings

sane remove vimsettings

start docker containers

sane start kafka

stop docker containers

sane stop kafka