This package provides reusable utilities for building Node.js applications—primarily for my own use, but feel free to use it if it helps you too! It focuses on logging, configuration, process management, and system helpers to keep your app code clean, robust, and consistent across projects.
You can install the package via npm:
npm install @ac-essentials/app-util
Or via yarn:
yarn add @ac-essentials/app-util
Here's a categorized summary of the main utilities available in this package (see source for full details):
extends
.You can import and use the utilities in your project as follows:
import { Logger } from '@ac-essentials/app-util';
For more detailed documentation and examples, please refer to the official documentation.
Contributions are welcome! If you find a bug or have a feature request, please open an issue on the GitHub repository.