Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 842 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 842 Bytes

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 file
echo "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