Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fsprojects/Argu
A declarative CLI argument parser for F#
https://github.com/fsprojects/Argu
Last synced: 3 months ago
JSON representation
A declarative CLI argument parser for F#
- Host: GitHub
- URL: https://github.com/fsprojects/Argu
- Owner: fsprojects
- License: mit
- Created: 2013-03-14T22:37:38.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T12:45:45.000Z (6 months ago)
- Last Synced: 2024-08-04T09:01:12.611Z (5 months ago)
- Language: F#
- Homepage: https://fsprojects.github.io/Argu
- Size: 4.73 MB
- Stars: 449
- Watchers: 22
- Forks: 74
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-csharp - Argu - Declarative CLI argument & XML configuration parser for F# applications. (CLI)
- awesome-dotnet-cn - Argu - F# 应用的声明式CLI参数与 & XML 配置解析器。 (CLI)
- awesome-dotnet - Argu - Declarative CLI argument & XML configuration parser for F# applications. (CLI)
- awesome-dotnet - Argu - Declarative CLI argument & XML configuration parser for F# applications. (CLI)
- awesome-dot-dev - Argu - Declarative CLI argument & XML configuration parser for F# applications. (CLI)
- awsome-dotnet - Argu - Declarative CLI argument & XML configuration parser for F# applications. (CLI)
- awesome-fsharp - Argu ★ 145 ⧗ 0 - Declarative CLI argument/XML configuration parser for F# applications. [MIT] (Configuration)
- awesome-dotnet - Argu - Declarative CLI argument & XML configuration parser for F# applications. (CLI)
README
# Argu [![Build & Tests](https://github.com/fsprojects/Argu/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/fsprojects/Argu/actions/workflows/build.yml) [![NuGet Badge](https://buildstats.info/nuget/Argu)](https://www.nuget.org/packages/Argu)
A declarative CLI argument/XML configuration parser / help message generator for F# applications.
Delivered as a `netstandard2.0` [NuGet package](http://www.nuget.org/packages/Argu).
### Documentation
All documentation and related material can be found [here](http://fsprojects.github.io/Argu/).
* [Tutorial](http://fsprojects.github.io/Argu/tutorial.html) A short walkthrough of Argu features.
* [API Reference](http://fsprojects.github.io/Argu/reference/index.html) Auto-generated library documentation.Originally created by [Eirik Tsarpalis](https://twitter.com/eiriktsarpalis)
## Maintainers
* [@bartelink](https://github.com/bartelink)
* [@nojaf](https://github.com/nojaf)