Skip to content

Digital-Alchemy-TS/core

Folders and files

NameName
Last commit message
Last commit date
Mar 3, 2025
Nov 15, 2024
Feb 19, 2024
Feb 24, 2025
Feb 9, 2025
Jan 1, 2024
Aug 21, 2024
Nov 15, 2024
Sep 25, 2024
Jun 24, 2024
Jan 1, 2024
Oct 2, 2024
Aug 21, 2024
Mar 24, 2025
Mar 25, 2025
Nov 15, 2024
Nov 15, 2024
Nov 15, 2024
Nov 15, 2024
Mar 25, 2025

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

βš™οΈ Configuration

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.

⁉️ Testing Utilities

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