okf 0.1.1 copy "okf: ^0.1.1" to clipboard
okf: ^0.1.1 copied to clipboard

A format-first Dart toolkit for reading, validating, writing, indexing, and graphing Open Knowledge Format bundles.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate okf

Use it

The package has the following executables:

$ okf

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add okf

With Flutter:

 $ flutter pub add okf

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  okf: ^0.1.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:okf/okf.dart';
1
likes
150
points
157
downloads

Documentation

API reference

Publisher

verified publisherconcepta.dev

Weekly Downloads

A format-first Dart toolkit for reading, validating, writing, indexing, and graphing Open Knowledge Format bundles.

Topics

#okf #knowledge #markdown #yaml #metadata

License

Apache-2.0 (license)

Dependencies

args, markdown, path, yaml

More

Packages that depend on okf