domine 1.0.0 copy "domine: ^1.0.0" to clipboard
domine: ^1.0.0 copied to clipboard

Search and purchase domains right from the terminal.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate domine

Use it

The package has the following executables:

$ domine

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add domine

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

dependencies:
  domine: ^1.0.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:domine/commands/check.dart';
import 'package:domine/misc.dart';
import 'package:domine/models.dart';
4
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Search and purchase domains right from the terminal.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, async, cli_spinner, http, tint

More

Packages that depend on domine