Skip to content

ozgio/dmn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 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

Releases

No releases published

Packages

No packages published