@anthor/server-toolbox
TypeScript icon, indicating that this package has built-in type declarations

0.5.2 • Public • Published

🧑‍🚀 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.

Readme

Keywords

none

Package Sidebar

Install

npm i @anthor/server-toolbox

Weekly Downloads

1

Version

0.5.2

License

UNLICENSED

Unpacked Size

92.1 kB

Total Files

91

Last publish

Collaborators

  • developer-anthor