prompter_dl 0.0.4 copy "prompter_dl: ^0.0.4" to clipboard
prompter_dl: ^0.0.4 copied to clipboard

Library to create commandline tools

Prompter_dl #

Prompter_dl is a command utility for asking questions and receiving feedback for creating commandline tools.

Installation #

Use the package manager pub to install Prompter_dl.

pub get prompter_dl

Usage #

import 'package:prompter_dl/prompter_dl.dart'
prompter.askMultiple(<String>'What color do you like?', List<Option> options) # returns String
prompter.askBinary(<String>'Do you love the dart programming language?') # returns bool

Examples #

See Example/main.dart file.

Contributing #

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License #

MIT

0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Library to create commandline tools

Homepage

License

unknown (LICENSE)

More

Packages that depend on prompter_dl