cli_readme_builder 2.0.0
cli_readme_builder: ^2.0.0 copied to clipboard
A builder to automate the process of creating a README for Dart console applications
A simple command-line application which demonstrates how to use cli_readme_builder
Notice the following:
- example_cli_command_runner
This is a simple command line application using the default Dart Command Runner
- pubspec.yaml
Contains
cli_readme_builderandbuild_runner - build.yaml
Overrides the default output file
- my_output_file.md
This is the generated output readme file
To generate this file, run build_runner:
dart run build_runner build --delete-conflicting-outputs