occult 0.0.1-dev.4 copy "occult: ^0.0.1-dev.4" to clipboard
occult: ^0.0.1-dev.4 copied to clipboard

A framework for a madman

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate occult

Use it

The package has the following executables:

$ occult

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add occult

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

dependencies:
  occult: ^0.0.1-dev.4

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:occult/all.dart';
import 'package:occult/commands.dart';
import 'package:occult/commands.g.dart';
import 'package:occult/util.dart';
1
likes
0
points
69
downloads

Publisher

unverified uploader

Weekly Downloads

A framework for a madman

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

archive, args, chat_color, cli_annotations, dart_mappable, interact, tint, yaml, yaml_edit

More

Packages that depend on occult