domine 1.1.0+2 copy "domine: ^1.1.0+2" to clipboard
domine: ^1.1.0+2 copied to clipboard

Search domains with expressions. Insert numbers, letters, and any TLDs in one query.

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.1.0+2

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/checker.dart';
import 'package:domine/commands/brainstorm.dart';
import 'package:domine/commands/check.dart';
import 'package:domine/constants.dart';
import 'package:domine/misc.dart';
import 'package:domine/models.dart';
import 'package:domine/spinner.dart';
3
likes
60
pub points
0%
popularity

Publisher

unverified uploader

Search domains with expressions. Insert numbers, letters, and any TLDs in one query.

Repository (GitHub)
View/report issues

Topics

#cli

Documentation

API reference

License

unknown (LICENSE)

Dependencies

args, dart_openai, http, tint

More

Packages that depend on domine