Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tiny-blocks/tiny-blocks
Project overview.
https://github.com/tiny-blocks/tiny-blocks
building-blocks ddd documentation hacktoberfest open-source tiny-blocks value-object
Last synced: 6 days ago
JSON representation
Project overview.
- Host: GitHub
- URL: https://github.com/tiny-blocks/tiny-blocks
- Owner: tiny-blocks
- License: mit
- Created: 2022-07-22T19:32:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-04T14:51:35.000Z (11 months ago)
- Last Synced: 2024-01-04T15:49:16.564Z (11 months ago)
- Topics: building-blocks, ddd, documentation, hacktoberfest, open-source, tiny-blocks, value-object
- Homepage:
- Size: 536 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Tiny Blocks
[![License](https://img.shields.io/badge/license-MIT-green)](LICENSE)
## Overview
Before explaining the library's purpose, it is essential to present a summary of the concept on which it is based.
Building Blocks from **D**omain **D**riven **D**esign are different types of components. These components have the
function of highlighting some ideas, concepts, or business rules in a code. They are reusable software
components that provide functionality and behavior, facilitating generic workflows.The purpose of this library is to facilitate the implementation of Building Blocks through granular and pluggable
implementations, which guarantee limits and behaviors.## License
All code from the **Tiny Blocks** project is licensed under the [MIT](LICENSE) license.
## Contributing
Please follow the [contribution guidelines](CONTRIBUTING.md) to contribute to the project.
## Code of Conduct
This project and everyone participates in it is governed by the [code of conduct](CODE_OF_CONDUCT.md). By
participating, you are expected to uphold this code.