@asor-studio/asor-core
v1.1.7
Published
Core library for ASOR Studio Angular applications, providing essential utilities, base classes, and services for the ASOR Studio ecosystem.
Maintainers
Readme
@asor-studio/asor-core
Core library for ASOR Studio Angular applications, providing essential utilities, base classes, and services for the ASOR Studio ecosystem.
Mission
ASOR Studio (Application Stability & Organizational Research) focuses on two fundamental pillars of software engineering:
- Code Organization: Leveraging the Atomic Design pattern and rigorous separation of concerns to transform disorder into scalable, maintainable structure.
- Data Conservation: Ensuring granular data persistence and state consistency that survives navigation and refreshes.
The goal is to create an optimal system that adapts to developer needs and modern requirements, handling complexity so you can focus on business logic.
Installation
To install the library, run the following command in your Angular project:
npm install @asor-studio/asor-coreUsage
Import the necessary modules or services in your application:
import { ConsoleLogsUtility, StateService } from '@asor-studio/asor-core';License
This software is the property of robrosc, owner and creator of the asor-studio organization—a container for the asor-core library and future projects.
See the LICENSE file into package for the full license agreement.
Documentation
For detailed documentation and usage examples, please visit my Wiki: ASOR Studio Wiki
Examples project usage
To see how to use the library, check out the Nexus-os projects.
[!NOTE] These projects are for demonstration purposes only and do not represent a finished or production-ready product.
