documentation_builder 0.0.12 copy "documentation_builder: ^0.0.12" to clipboard
documentation_builder: ^0.0.12 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

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.12

Alternatively, your editor might support dart 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
0
pub points
6%
popularity

Publisher

unverified uploader

Generates markdown documentation files from markdown template files.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

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

More

Packages that depend on documentation_builder