Sha256: 65ea6c1129e4f2650eb6d8338245b7efef614806759dcdc3a27368d5a7d4fe24

Contents?: true

Size: 1.07 KB

Versions: 2

Compression:

Stored size: 1.07 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.

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.0.beta3 README.md
aetherg-0.5.0.beta2 README.md