documentation_builder 0.0.14 copy "documentation_builder: ^0.0.14" to clipboard
documentation_builder: ^0.0.14 copied to clipboard

Generates markdown documentation files from markdown template files.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add documentation_builder

With Flutter:

 $ flutter pub add documentation_builder

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

dependencies:
  documentation_builder: ^0.0.14

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:documentation_builder/documentation_builder.dart';
7
likes
130
pub points
6%
popularity

Publisher

unverified uploader

Generates markdown documentation files from markdown template files.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

analyzer, build, build_config, build_runner, collection, fluent_regex, http, logging, test

More

Packages that depend on documentation_builder