Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fornever/fenrir

Git tool in F#
https://github.com/fornever/fenrir

fsharp git hacktoberfest

Last synced: 3 months ago
JSON representation

Git tool in F#

Awesome Lists containing this project

README

        

Fenrir
======

Fenrir is a tool for inline modification of Git repositories. More later.

Build
-----

### Prerequisites

- [.NET SDK][dotnet-sdk] 6.0 or later

### Build

```console
$ dotnet build
```

### Run

```console
$ dotnet run --project Fenrir -- [arguments...]
```

### Test

```console
$ dotnet test
```

[dotnet-sdk]: https://dot.net/