Skip to content

Repository files navigation

Domain Search Tool

CircleCI

Command line tool for checking domain name availability.

Usage:

# check availability of a domain
dmn check example.com
# check multiple domains
dmn check example.com example.org
# check domains from a fileecho"example.com\nexample.org"> names.txt
cat names.txt | dmn check # get help
dmn --help

Prerequisites:

Setup

# Get dependencies
make dep

For online code documentation see Godocs.

TODO

  • Improve domain check mechanism and add different checking methods based on a flag
  • Add name generation support

About

Domain search tool

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages