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

Generates documentation files that can import other files or Dart documentation comments.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate documentation_builder

Use it

The package has the following executables:

$ documentation_builder

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: ^1.1.0

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';
9
likes
160
points
366
downloads

Publisher

unverified uploader

Weekly Downloads

Generates documentation files that can import other files or Dart documentation comments.

Repository (GitHub)
View/report issues

Topics

#documentation #code-generation #markdown #dart #build-system

Documentation

Documentation
API reference

License

BSD-3-Clause (license)

Dependencies

analyzer, build, build_config, collection, crypto, fluent_regex, glob, http, logging, package_config, petitparser, process_run, resource_portable, template_engine, yaml_magic

More

Packages that depend on documentation_builder