Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rcmedeiros/saphira
https://github.com/rcmedeiros/saphira
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rcmedeiros/saphira
- Owner: rcmedeiros
- License: agpl-3.0
- Created: 2019-02-26T02:16:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-28T03:16:57.000Z (9 days ago)
- Last Synced: 2024-12-28T04:23:58.745Z (9 days ago)
- Language: TypeScript
- Size: 1.45 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# saphira
[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=saphira&metric=code_smells)](https://sonarcloud.io/dashboard?id=saphira)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=saphira&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=saphira)
[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=saphira&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=saphira)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=saphira&metric=security_rating)](https://sonarcloud.io/dashboard?id=saphira)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=saphira&metric=alert_status)](https://sonarcloud.io/dashboard?id=saphira)This is the simplest Typescript Framework I could devise. It's opinionated to enforce [Convention over Configuration](https://en.wikipedia.org/wiki/Convention_over_configuration), and it's simple because it only expects a single approach for anything. I also intend to keep it as [S.O.L.I.D](https://en.wikipedia.org/wiki/SOLID) sa it can be.
I wrote it for myself to be able to write [clean](https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html) microservices. It's not yet ready to be used by others though. It'll be when I write a scaffolding system and some documentation.