Registry / config / simple-config

simple-config

JSON →
library0.7.3rbrubygemsunverified

Simple-config makes it convenient to read or write a config file as simply as possible.

gem install simple-config
INSTALL
IMPORT
SIG · SIMPLE-CONFIG
S
simple-config
configrubyv0.7.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SimpleConfig
require 'simple-config'

Define and access configuration settings.

require 'simple-config' SimpleConfig.for :app do set :database, 'sqlite3' set :port, 3000 end puts SimpleConfig.app.database # sqlite3
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
47 hits · last 30 days
node
42
Resources
simple-config — gem install simple-config · libregistry