readme_helper 0.0.2 readme_helper: ^0.0.2 copied to clipboard
Helpful code generator for README.md and other markdown files.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add readme_helper
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
readme_helper: ^0.0.2
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:readme_helper/code.dart';
import 'package:readme_helper/include.dart';
import 'package:readme_helper/lines.dart';
import 'package:readme_helper/macros.dart';
import 'package:readme_helper/process_file.dart';
import 'package:readme_helper/space.dart';
import 'package:readme_helper/toc.dart';