nagax

module
v1.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 5, 2024 License: MIT

README

Naga Xtras

This is a collection of modules I have found useful in the course of building apps using Naga.

Config

Config module simplifies loading of configuration options from an external JSON file, by default config.json but overridable using the CONFIG_FILE environment variable.

Logger

Logger module provides a shared logger interface and a single point for hooking in your custom logging backend or capturing of Error log messages.

Migrate

Migrate module handles SQL migrations, both postgres and mysql.

Static

Static module is serves static files and supports embedding assets with packr.

Directories

Path Synopsis
bugsnag module configures bugsnag and modifies the logger so logger.Error logs to bugsnag as well.
bugsnag module configures bugsnag and modifies the logger so logger.Error logs to bugsnag as well.
proto
util
slack
package slack provides an easy way to read slack credentials from a config file and post (internal) messages to slack.
package slack provides an easy way to read slack credentials from a config file and post (internal) messages to slack.
web

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL