Skip to content

Commit

Permalink
docs: add basic README header
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryConrad committed Jul 9, 2023
1 parent 4001401 commit 1024f17
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
# rearch-rs
<p align="center">
<a href="https://github.com/GregoryConrad/rearch-rs/actions"><img src="https://github.com/GregoryConrad/rearch-rs/actions/workflows/test.yml/badge.svg" alt="CI Status"></a>
<a href="https://github.com/GregoryConrad/rearch-rs"><img src="https://img.shields.io/github/stars/GregoryConrad/rearch-rs.svg?style=flat&logo=github&colorB=deeppink&label=stars" alt="Github Stars"></a>
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-purple.svg" alt="MIT License"></a>
</p>

The README is a large WIP, but below are some basics.
<p align="center">
<img src="https://cdn.pixabay.com/photo/2020/06/17/17/02/sea-5310426_1280.jpg" width="75%" alt="Banner" />
</p>

rearch = re-imagined approach to application design and architecture

---

## Features
Specifically, rearch is a:
- ⚡️ Reactive
- 🔍 Testable
- 🧱 Composable
- 🔌 Extendable
- ⬆️ Scalable
- 💉 Dependency Injection

Framework.

# Under Construction
This README is a large WIP, but there are some basics here.

## Getting Started
First, you need to define some "capsules."
Expand Down

0 comments on commit 1024f17

Please sign in to comment.