rimu 11.4.1 copy "rimu: ^11.4.1" to clipboard
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';
0
likes
115
pub points
0%
popularity

Publisher

unverified uploader

Rimu is a readable-text to HTML markup language inspired by AsciiDoc and Markdown.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, path

More

Packages that depend on rimu