Skip to content

Commit

Permalink
Update README.md with links and minimal documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
HLWeil authored Dec 14, 2023
1 parent 56d92c6 commit e8e4ca3
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
# arcIO.NET
This library contains reader functions to interact with the different formats present in an ARC
# ARCtrl.NET

> **ARCtrl.NET** is the .NET IO implementation of [ARCtrl](https://github.com/nfdi4plants/ARCtrl)
| Version | Downloads |
| :--------|-----------:|
|<a href="https://www.nuget.org/packages/ARCtrl.NET/"><img alt="Nuget" src="https://img.shields.io/nuget/vpre/ARCtrl.NET?logo=nuget&color=%234fb3d9"></a>|<a href="https://www.nuget.org/packages/ARCtrl/"><img alt="Nuget" src="https://img.shields.io/nuget/dt/ARCtrl?color=%234FB3D9"></a>|

```fsharp
#r "nuget: ARCtrl.NET, 1.0.0-beta.2"
open ARCtrl.NET
open ARCtrl
let arc = ARC.load(myArcPath)
// work work work
arc.Write(myArcPath)
```

For documentation on manipulationh of the datamodel, see https://github.com/nfdi4plants/ARCtrl/tree/main/docs

0 comments on commit e8e4ca3

Please sign in to comment.