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

retracted

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

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

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

Publisher

verified publisherconcepta.dev

Weekly Downloads

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

Repository (GitHub)
View/report issues

Topics

#okf #knowledge #markdown #yaml #metadata

License

unknown (license)

Dependencies

args, markdown, path, yaml

More

Packages that depend on okf