brightnucleus / contracts
Set of segregated interfaces that are reused across different Bright Nucleus components.
Installs: 20 977
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 2
Language:Shell
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-16 05:41:03 UTC
README
Set of segregated interfaces that are reused across different Bright Nucleus components.
Installation
The best way to use this component is through Composer:
composer require brightnucleus/contracts
Usage
TODO
Contributing
All feedback / bug reports / pull requests are welcome.
Please use the provided pre-commit
hook. To install it, run the following command from the project's root:
ln -s ../../.pre-commit .git/hooks/pre-commit