neoargs 0.0.0 copy "neoargs: ^0.0.0" to clipboard
neoargs: ^0.0.0 copied to clipboard

A fluent and idiomatic argument parser (usually for command-line apps) in Dart.

neoargs #

A fluent and idiomatic argument parser (usually for command-line apps) in Dart.

On pub.dev Code coverage Github action status Dartdocs Style guide

Currently, this library is a stub. More will be added in the near future.

Usage #

// [-x, 3, -y, 4, -abc, -beep=boop, foo, bar, baz]
print(argv('-x 3 -y 4 -abc -beep=boop foo "bar" \'baz\''));
1
likes
150
pub points
0%
popularity

Publisher

verified publisherneodart.dev

A fluent and idiomatic argument parser (usually for command-line apps) in Dart.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

meta

More

Packages that depend on neoargs