Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/copperdevs/copperdevs.core
Common files used in multiple projects of mine
https://github.com/copperdevs/copperdevs.core
Last synced: 3 months ago
JSON representation
Common files used in multiple projects of mine
- Host: GitHub
- URL: https://github.com/copperdevs/copperdevs.core
- Owner: copperdevs
- License: mit
- Created: 2024-06-10T21:21:31.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-11-08T16:34:34.000Z (3 months ago)
- Last Synced: 2024-11-08T17:31:35.541Z (3 months ago)
- Language: C#
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: License.txt
Awesome Lists containing this project
README
# CopperDevs.Core
> Common files used in multiple projects of mine
## Projects
- [CopperDevs.Core](./CopperDevs.Core)
- Base project with all the essential items
- [CopperDevs.Logger](./CopperDevs.Logger)
- Custom logger class inspired by [PrettyLog](https://github.com/LukynkaCZE/PrettyLog?tab=readme-ov-file) by [LukynkaCZE](https://github.com/LukynkaCZE)
- [CopperDevs.Core.Logging](./CopperDevs.Core.Logging)
- Extension project that adds support for the logger class to ILoggingBuilder