No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Ir al archivo
Garrett Mills 47bc88feab
v0.59.0
hace 3 años
app Register DI as 'injector' hace 4 años
canon Fix return/throw typo hace 4 años
config Add error_context function and calls in lib code hace 4 años
controller Add error_context function and calls in lib code hace 4 años
database Allow omit db port hace 3 años
directives Remove deprecated functionality; logging enhancements hace 4 años
errors Request error logging! hace 3 años
express Derp hace 3 años
middleware Add error_context function and calls in lib code hace 4 años
routing Opt-out of FLoC hace 3 años
services Add error_context function and calls in lib code hace 4 años
static Remove deprecated functionality; logging enhancements hace 4 años
templates update docs hace 4 años
utility Add ability to log API Requests to the database hace 3 años
views Add error_context function and calls in lib code hace 4 años
LICENSE LICENSE and README hace 5 años
NamedService.js update docs hace 4 años
README.md Add docs link to README hace 5 años
Unit.js create analyzer hace 4 años
index.js Add error_context function and calls in lib code hace 4 años
package.json v0.59.0 hace 3 años
yarn.lock Update ORM hace 4 años

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. ;)