4 ConfigMan Wiki Home
Connor C edited this page 2023-10-27 16:56:44 -06:00

ConfigMan Wiki Home

Welcome to the ConfigMan Wiki! This is your go-to resource for understanding how to use and extend the ConfigMan gem effectively. Whether you're new to ConfigMan or looking to dive deeper, you'll find what you need here.

Table of Contents

  1. Introduction
  2. Getting Started
  3. Built-in Modules
  4. Custom Modules
  5. Advanced Usage
  6. Contributing
  7. FAQ

Introduction

ConfigMan is a Ruby gem designed to make configuration management in Ruby applications as simple as possible. It offers a modular approach, allowing you to manage different aspects of your application's configuration, such as API settings, caching, database connections, and more.


Getting Started

If you're new to ConfigMan, start here:


Built-in Modules

ConfigMan comes with a variety of built-in modules to help you manage different aspects of your application's configuration. Learn more about each module:


Custom Modules

Want to extend ConfigMan's functionality? You can create and register your own custom modules. Learn how to do it:


Contributing

We welcome contributions to ConfigMan! If you're interested in contributing, please read our Contributing Guidelines.


FAQ

Have questions? Check out the Frequently Asked Questions section for quick answers.