🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

github.com/researchlab/confc

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/researchlab/confc

v0.0.0-20190403074124-8806294d9446
Source
Go
Version published
Created
Source

confc

Build Status Go Report Card

confc is a lightweight configuration management tool focused on:

  • keeping local configuration files up-to-date using data stored in each env config file itself
  • reloading applications to pick up new config file changes

Building

Go 1.12 is required to build confc, which uses the new vendor directory.

$ mkdir -p $GOPATH/src/github.com/researchlab
$ git clone https://github.com/researchlab/confc.git $GOPATH/src/github.com/researchlab/confc
$ cd $GOPATH/src/github.com/researchlab/confc
$ make

You should now have confc in your bin/ directory:

$ ls bin/
confc

Getting Started

Before we begin be sure to download and install confc.

Next steps

Check out the docs directory for more docs.

FAQs

Package last updated on 03 Apr 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts