https://github.com/neo-dart/neoargs
A fluent and idiomatic argument parser (usually for command-line apps) in Dart.
https://github.com/neo-dart/neoargs
args-parser argv dart
Last synced: about 1 month ago
JSON representation
A fluent and idiomatic argument parser (usually for command-line apps) in Dart.
- Host: GitHub
- URL: https://github.com/neo-dart/neoargs
- Owner: neo-dart
- License: mit
- Created: 2022-08-01T04:47:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-20T20:11:11.000Z (over 3 years ago)
- Last Synced: 2023-08-09T13:42:57.305Z (over 2 years ago)
- Topics: args-parser, argv, dart
- Language: Dart
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# neoargs
A fluent and idiomatic argument parser (usually for command-line apps) in Dart.
[![On pub.dev][pub_img]][pub_url]
[![Code coverage][cov_img]][cov_url]
[![Github action status][gha_img]][gha_url]
[![Dartdocs][doc_img]][doc_url]
[![Style guide][sty_img]][sty_url]
[pub_url]: https://pub.dartlang.org/packages/neoargs
[pub_img]: https://img.shields.io/pub/v/neoargs.svg
[gha_url]: https://github.com/neo-dart/neoargs/actions
[gha_img]: https://github.com/neo-dart/neoargs/workflows/Dart/badge.svg
[cov_url]: https://codecov.io/gh/neo-dart/neoargs
[cov_img]: https://codecov.io/gh/neo-dart/neoargs/branch/main/graph/badge.svg
[doc_url]: https://www.dartdocs.org/documentation/neoargs/latest
[doc_img]: https://img.shields.io/badge/Documentation-neoargs-blue.svg
[sty_url]: https://pub.dev/packages/neodart
[sty_img]: https://img.shields.io/badge/style-neodart-9cf.svg
This library supports parsing [GNU][] and [POSIX][]-style options.
[gnu]: https://www.gnu.org/prep/standards/standards.html#Command_002dLine-Interfaces
[posix]: https://pubs.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap12.html#tag_12_02