|
7 | 7 | <a href="https://github.com/yakovypg/NetArgumentParser/blob/main/LICENSE">
|
8 | 8 | <img src="https://img.shields.io/badge/License-GPLv3-darkyellow.svg" alt="license" />
|
9 | 9 | </a>
|
10 |
| - <img src="https://img.shields.io/badge/Version-1.0.0-red.svg" alt="version" /> |
| 10 | + <img src="https://img.shields.io/badge/Version-1.0.1-red.svg" alt="version" /> |
11 | 11 | <img src="https://img.shields.io/badge/C%23-.NET 8-blue" />
|
12 | 12 | </p>
|
13 | 13 |
|
14 | 14 | ## About
|
15 |
| -**NetArgumentParser** is a cross-platform, free and open source library for parsing command-line options, arguments and subcommands. |
| 15 | +**NetArgumentParser** is a cross-platform, free and open source library for parsing command-line options, arguments and subcommands. This library contains the main features of popular argument parsers such as `argparse`, as well as many of its own. |
16 | 16 |
|
| 17 | +[](https://www.nuget.org/packages/NetArgumentParser/) |
17 | 18 | [](https://github.com/yakovypg/NetArgumentParser/graphs/contributors)
|
18 | 19 | [](https://github.com/yakovypg/NetArgumentParser/actions/workflows/dotnet.yml?query=branch%3Amain)
|
19 | 20 |
|
|
23 | 24 | * [Build Project](#build-project)
|
24 | 25 | * [Test Project](#test-project)
|
25 | 26 | * [Connect Project](#connect-project)
|
26 |
| -* [Project Status And TODO List](#project-status-and-todo-list) |
27 | 27 | * [Documentation](#documentation)
|
28 | 28 | * [Development](#development)
|
29 | 29 | * [Contributing](#contributing)
|
@@ -59,12 +59,7 @@ dotnet test
|
59 | 59 | ```
|
60 | 60 |
|
61 | 61 | ### Connect Project
|
62 |
| -You can find instructions for connecting **NetArgumentParser** to your project [here](Documentation/ConnectProject.md). |
63 |
| - |
64 |
| -## Project Status And TODO List |
65 |
| -**NetArgumentParser** is currently under development. There are some features that need to be added to the project: |
66 |
| -- Add support of reflection-based configuring option set using special attributes. |
67 |
| -- Add NuGet package. |
| 62 | +The easiest way to get started with the **NetArgumentParser** is to include the project [package](https://www.nuget.org/packages/NetArgumentParser/) via the NuGet package manager. Another way is to clone the repository and then connect it. You can find instructions for connecting **NetArgumentParser** to your project [here](Documentation/ConnectProject.md). |
68 | 63 |
|
69 | 64 | ## Documentation
|
70 | 65 | You can read our documentation in the [DOCUMENTATION.md](DOCUMENTATION.md).
|
|
0 commit comments