good-constants
v1.0.3
Published
Utility library designed to centralize and standardize commonly used constants, enumerations (enums), and other static values across your projects. This package ensures consistency and reduces redundancy, making it easier to manage and update these values
Downloads
7
Readme
📦 good-constants
🌟 Overview
Collection of all the constant values and enums that you frequently use in your projects. No more copy-pasting or inconsistent values—everything you need is now centralized, consistent, and type-safe. Keep your codebase clean and maintainable with good-constants.
🚀 Features
• 🔢 Constants: Essential mathematical constants and configuration values.
• 🗂 Enums: Well-organized enumerations for status codes, colors, and more.
• 🔒 Type Safety: Written in TypeScript for robust type checking and IntelliSense.
• 🌈 Easy Integration: Seamlessly integrates with your TypeScript projects.
📦 Installation
Since this is a private package, install it using your private registry or local file path:
npm install good-constants
📖 License
This project is licensed under the MIT License - see the LICENSE file for details.