Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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#
- Host: GitHub
- URL: https://github.com/fornever/fenrir
- Owner: ForNeVeR
- License: mit
- Created: 2020-02-29T13:05:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-01T17:07:30.000Z (almost 3 years ago)
- Last Synced: 2024-10-04T13:40:06.383Z (4 months ago)
- Topics: fsharp, git, hacktoberfest
- Language: F#
- Homepage:
- Size: 656 KB
- Stars: 16
- Watchers: 6
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: Readme.md
- Changelog: CHANGELOG.md
- License: License.md
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/