@anthor/server-toolbox
v0.5.2
Published
Tools to support backend development
Downloads
21
Readme
🧑🚀 Anthor Server Toolbox
This repo contains helpers for server development.
🚀 Getting Started
Install with yarn.
yarn add @anthor/server-toolbox
Import any function or class from root package.
import { LoggerFactory } from '@anthor/toolbox'
import { HealthManager } from '@anthor/server-toolbox'
const logger = LoggerFactory.create()
const healthManager = new HealthManager(logger)
🧱 Components (🚧 WIP)
Check the individual documentation for each library component.