config 0.7.2 copy "config: ^0.7.2" to clipboard
config: ^0.7.2 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

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

dependencies:
  config: ^0.7.2

Alternatively, your editor might support dart 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';
5
likes
0
points
40.2k
downloads

Publisher

verified publisherserverpod.dev

Weekly Downloads

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

Repository (GitHub)
View/report issues

Topics

#cli #args #command #configuration #yaml

Documentation

Documentation

License

unknown (license)

Dependencies

args, collection, meta, path, rfc_6901, yaml

More

Packages that depend on config