Skip to content

Application wiring, configuration, and boilerplate utilities

License

Notifications You must be signed in to change notification settings

Digital-Alchemy-TS/core

Repository files navigation

stars discord codecov version


🧩 Welcome to @digital-alchemy/core

The core library provides the basic utilities for building modules, as well as a suite of testing utilities.

📚 Extended docs

🌐 Tools Overview

Define and load structured configuration data from files, merge data from environment variables, and more.

📝 Logger

Advanced logging interface for detailed and customizable output, compatible with external libraries for specialized logging needs.

⏲️ Scheduler

Lifecycle-aware task scheduling, featuring flexible timing functions and robust error handling.

Run commands at a variety of predetermined times during your application's boot or shutdown sequence.

Convert your application into a testing module - append extra libraries and reconfigure modules to get the coverage you're looking for.