Sha256: d46f6cb55dd138f95929e9e92dde08952a7b0c0149381bb0372dbd0633108024

Contents?: true

Size: 1.12 KB

Versions: 2

Compression:

Stored size: 1.12 KB

Contents

# Aetherg

[![Gem Version](https://badge.fury.io/rb/aetherg.svg)](https://badge.fury.io/rb/aetherg)

Description
-----------

Aetherg (Aether Generator) is a sinatra application generator. Light-weight MVC framework.

Aetherg is supporting sinatra v2.x on the latest beta version v0.5.x

Definition
----------

> In Greek mythology, Aether or Aither (Æthere, Ancient Greek: Αἰθήρ, pronounced [ajtʰɛ̌ːr]) is one of the primordial deities, the first-born elementals. Aether is the personification of the upper air.[1] He embodies the pure upper air that the gods breathe, as opposed to the normal air (ἀήρ, aer) breathed by mortals. Like Tartarus and Erebus, Aether may have had shrines in ancient Greece, but he had no temples and it is unlikely that he had a cult.

Installation
-----
`gem install aetherg`

Usage
-----
* `aetherg MY_APP -d mysql`
* `-d` with database options. "postgresql," "mysql," "sqlite",
   and "mongodb." Default is "mysql."
* `--no-database` Don't include any database config options.
* `--no-views` Don't use views, only for API.

Copyright
-----
Copyright (c) 2017 Allen Chan, Inc. See LISENCE for detail.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
aetherg-0.5.1 README.md
aetherg-0.5.0 README.md