0.5.2 • Published 2 years ago

@anthor/server-toolbox v0.5.2

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
2 years ago

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

0.5.2

2 years ago

0.5.1

2 years ago

0.5.0

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago