config 0.8.0 copy "config: ^0.8.0" to clipboard
config: ^0.8.0 copied to clipboard

A package for parsing command-line arguments and configuration files.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add config

With Flutter:

 $ flutter pub add config

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  config: ^0.8.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:config/config.dart';
4
likes
160
points
12.3k
downloads

Publisher

verified publisherserverpod.dev

Weekly Downloads

A package for parsing command-line arguments and configuration files.

Repository (GitHub)
View/report issues
Contributing

Topics

#cli #args #command #configuration #yaml

Documentation

Documentation
API reference

License

BSD-3-Clause (license)

Dependencies

args, collection, meta, path, rfc_6901, yaml

More

Packages that depend on config