Skip to content

Commit

Permalink
Merge branch 'main' of github.com:capsic/confman
Browse files Browse the repository at this point in the history
  • Loading branch information
capsic committed Jul 11, 2022
2 parents d31a635 + 443c531 commit 0666ef9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@

# confman
[![Generic badge](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/capsic/confman/blob/main/LICENSE) [![Generic badge](https://img.shields.io/badge/Made_with-Go-green.svg)](https://go.dev)

Simple configuration manager implemented as REST-ful microservice.
Simple configuration manager implemented as REST-ful microservice, written in [Go](https://go.dev/).

Useful if you have a project that consists of multiple applications/modules. `confman` provides a secure and easy way to maintain centralized configuration file that can be conveniently shared and accessed by your applications/modules across the whole project.

## Installation

Install all dependencies. Skip any dependencies that you already have in your Go installation.
Install all dependencies.
Skip any dependencies that you already have in your Go installation.

```bash
go get -u github.com/gorilla/mux
Expand Down

0 comments on commit 0666ef9

Please sign in to comment.