You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Go to file
Garrett Mills 47bc88feab
v0.59.0
3 vuotta sitten
app Register DI as 'injector' 4 vuotta sitten
canon Fix return/throw typo 4 vuotta sitten
config Add error_context function and calls in lib code 4 vuotta sitten
controller Add error_context function and calls in lib code 4 vuotta sitten
database Allow omit db port 3 vuotta sitten
directives Remove deprecated functionality; logging enhancements 4 vuotta sitten
errors Request error logging! 3 vuotta sitten
express Derp 3 vuotta sitten
middleware Add error_context function and calls in lib code 4 vuotta sitten
routing Opt-out of FLoC 3 vuotta sitten
services Add error_context function and calls in lib code 4 vuotta sitten
static Remove deprecated functionality; logging enhancements 4 vuotta sitten
templates update docs 4 vuotta sitten
utility Add ability to log API Requests to the database 3 vuotta sitten
views Add error_context function and calls in lib code 4 vuotta sitten
LICENSE LICENSE and README 5 vuotta sitten
NamedService.js update docs 4 vuotta sitten
README.md Add docs link to README 5 vuotta sitten
Unit.js create analyzer 4 vuotta sitten
index.js Add error_context function and calls in lib code 4 vuotta sitten
package.json v0.59.0 3 vuotta sitten
yarn.lock Update ORM 4 vuotta sitten

README.md

Flitter

Flitter is a quick & ligthweight web app framework based on Express.

You should totally check out the main project here.

Also, the docs here.

What is this package?

The libflitter package provides the core collection of units required to get Flitter off the ground. These units rely on a particular folder structure that is passed to the units. Each unit does one task and only one task. This helps keep Flitter extensible, changeable, and relatively easy to understand.

Who?

Flitter (and libflitter) was (er.. were) created by Garrett Mills, and its use is governed by the terms of the MIT License as specified in the LICENSE file.

Of course, that does mean that Flitter is © 2019 Garrett Mills. ;)