rimu 11.4.1 rimu: ^11.4.1 copied to clipboard
Rimu is a readable-text to HTML markup language inspired by AsciiDoc and Markdown.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate rimu
Use it
The package has the following executables:
$ rimuc
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add rimu
With Flutter:
$ flutter pub add rimu
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
rimu: ^11.4.1
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:rimu/rimu.dart';