An open API service indexing awesome lists of open source software.

https://github.com/miomit/multitoollib

Cross platform library that uses .net 6.0
https://github.com/miomit/multitoollib

Last synced: 8 months ago
JSON representation

Cross platform library that uses .net 6.0

Awesome Lists containing this project

README

          

# MultitoolLib

```
git clone ./MultitoolLib.git
cd MultitoolLib
```

## Build
```
cd Source
dotnet build
```

## Test
```
cd Test
dotnet test
```