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
2.0.0 #
- feat: add ability to run as dart executable
1.6.0 #
- chore: drop minimum version of "path"
1.5.0 #
- update dependencies
1.4.0 #
- add "text" decorator to help output in generated markdown. This prevents github from displaying certain characters with undesired colors.
1.3.0 #
- add logger and allow verbose_logging flag in build.yaml input
1.2.0 #
- bump Dart SDK version
1.1.0 #
- speed up builder by executing and parsing child commands concurrently
1.0.6 #
- clean up publish script
1.0.5 #
- add example readme
1.0.4 #
- more readme cleanup
1.0.3 #
- more readme cleanup
1.0.2 #
- more readme cleanup
1.0.1 #
- clean up readme
1.0.0 #
- first publish!