cli_readme_builder 2.0.0 copy "cli_readme_builder: ^2.0.0" to clipboard
cli_readme_builder: ^2.0.0 copied to clipboard

SDKDart
PlatformWindows

A builder to automate the process of creating a README for Dart console applications

example/README.md

A simple command-line application which demonstrates how to use cli_readme_builder

Notice the following:

  1. example_cli_command_runner

    This is a simple command line application using the default Dart Command Runner

  2. pubspec.yaml

    Contains cli_readme_builder and build_runner

  3. build.yaml

    Overrides the default output file

  4. 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
    
2
likes
140
points
118
downloads

Publisher

unverified uploader

Weekly Downloads

A builder to automate the process of creating a README for Dart console applications

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

args, build, mason_logger, meta, path, process_run, pubspec_parse

More

Packages that depend on cli_readme_builder