Crates.io | stall-rs |
lib.rs | stall-rs |
version | 0.1.3 |
source | src |
created_at | 2020-07-01 19:35:37.753871 |
updated_at | 2020-07-01 19:35:37.753871 |
description | A simple local configuration management utility |
homepage | https://github.com/skysch/stall-rs |
repository | https://github.com/skysch/stall-rs |
max_upload_size | |
id | 260379 |
size | 69,667 |
stall
-- a simple local configuration management utilityThe stall
application is a simple CLI for managing configuration on a single machine.
Any directory which contains a .stall
file acts as a central repository for collecting files from across a system. The stall collect
command will copy all of the specified files into the stall directory. The stall distribute
command will copy all of the specified files from the stall directory into their source directories.
This allows you to gather all of your files in a central location for editting and version control with a single command, and putting those files into their application-specific locations with a single command.
There are currently two install options:
Install cargo and run cargo install stall
.
Build stall
from source. Clone this repository, install Rust, run Cargo build --release
, and move the compiled binary into your $PATH
somewhere.
Stall is licenced with the MIT license or the Apache version 2.0 license, at your option.