github.com/fzambia/viper-lite@v0.0.0-20171108064948-d5a31e6aa18b/README.md (about)

     1  Viper-lite
     2  ==========
     3  
     4  Viper-lite is a lightweight opinionated fork of Steve Francia's [viper](https://github.com/spf13/viper) library for application configuration.
     5  
     6  I made it because of many external dependencies that original `viper` currently requires. This results in large list of vendored libs in the end product. As I don't need most of those features I decided to remove some functionality and made this fork. 
     7  
     8  So what's out of the box:
     9  
    10  * remote providers
    11  * fsnotify
    12  * HCL and Java properties config file formats
    13  * afero filesystem support
    14  
    15  Another features are here and have the same API. If you are OK with lack of features above than all you need is change viper import path in your code.
    16  
    17  Original license information is kept in this repo unmodified.
    18  
    19  Documentation
    20  -------------
    21  
    22  - [API Reference](http://godoc.org/github.com/FZambia/viper-lite)
    23  
    24  Installation
    25  ------------
    26  
    27  Install using the "go get" command:
    28  
    29  ```
    30  go get github.com/FZambia/viper-lite
    31  ```
    32  
    33  License
    34  -------
    35  
    36  MIT license.