Module: DBum

Defined in:
lib/dbum/metadata.rb,
lib/dbum/app.rb,
lib/dbum/main.rb,
lib/dbum/helpers.rb

Overview

DBum gives you confidence!

Defined Under Namespace

Modules: Helpers Classes: App, Main

Constant Summary collapse

ROOT =

Project root

File.dirname(__FILE__), '..', '..'
VERSION =

Pull the project version out of the VERSION file

File.read(File.join(ROOT, 'VERSION')).strip
SUMMARY =

A quick summary for use in the command-line interface

'A no-nonsense, JSON-based key-value store'
AUTHOR =

Take credit for your work

'Sean Clemmer'
LICENSE =

Like the MIT license, but even simpler

'ISC'
HOMEPAGE =

Where you should look first

'https://github.com/sczizzo/dbum'
EMAIL =

Take responsibility for your work

'[email protected]'
ART =

Every project deserves its own ASCII art

<<-'EOART'
           88  88
           88  88
           88  88
   ,adPPYb,88  88,dPPYba,   88       88  88,dPYba,,adPYba,
  a8"    `Y88  88P'    "8a  88       88  88P'   "88"    "8a
  8b       88  88       d8  88       88  88      88      88
  "8a,   ,d88  88b,   ,a8"  "8a,   ,a88  88      88      88
   `"8bbdP"Y8  8Y"Ybbd8"'    `"YbbdP'Y8  88      88      88
EOART