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
# Get dependencies
make dep
For online code documentation see Godocs.
- Improve domain check mechanism and add different checking methods based on a flag
- Add name generation support