arcane_lexicon 1.4.0 copy "arcane_lexicon: ^1.4.0" to clipboard
arcane_lexicon: ^1.4.0 copied to clipboard

Transform markdown directories into beautiful documentation websites with auto-generated navigation, search, theming, and more. Built on Jaspr.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate arcane_lexicon

Use it

The package has the following executables:

$ arcane_lexicon

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add arcane_lexicon

With Flutter:

 $ flutter pub add arcane_lexicon

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

dependencies:
  arcane_lexicon: ^1.4.0

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:arcane_lexicon/arcane_lexicon.dart';
0
likes
150
points
198
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Transform markdown directories into beautiful documentation websites with auto-generated navigation, search, theming, and more. Built on Jaspr.

Repository (GitHub)
View/report issues

Topics

#documentation #markdown #static-site #jaspr #knowledge-base

License

GPL-3.0 (license)

Dependencies

arcane_jaspr, jaspr, jaspr_content, jaspr_lucide, json5, yaml

More

Packages that depend on arcane_lexicon