sander1095 / munisio

A modern HATEOAS library for .NET to reduce your client-side validation
MIT License
10 stars 6 forks source link

Create things like contribution.md, readme.md, code of conduct #6

Open sander1095 opened 3 years ago

sander1095 commented 3 years ago

Some suggestions on how you would set these up would be nice BEFORE a PR is created

Suggestions:

sander1095 commented 2 years ago

https://skerritt.blog/make-popular-open-source-projects/ could be good!

sander1095 commented 2 years ago

First setup of readme?


# Munisio

A library that adds testable, flexible and wonderful HATEOAS support to ASP.NET Core. 🚀

## Why you should use this library
Other HATEOAS libraries for .NET exist! I am just not the biggest fan of their configuration and testability.
I really like being able to test my code, and I like being able to make my HATEOAS configuration ✨dynamic✨.
For example, only adding a DELETE link if the user is allowed to perform that action! This library supports this!

I believe that HATEOAS can be very useful when you want to reduce duplicate code that exist on your clients and server.
The main goal of HATEOAS is not to achieve that, but I believe that this is its' most useful feature in today's web. For more information, take a look at some examples below and the `samples/` folder.

## Installation

Package is coming soon... (see #3)

## Usage

## Examples

## Contributing

Take a look at `CONTRIBUTION.MD` (coming soon..)