domains-cli v0.2.0
domains-cli

Check to see if domain names are available using the DNSimple api.
Install
Install globally with npm
$ npm install --global domains-cliUsage
When running the first time, provide an authentication token from dnsimple. This will be saved for later runs.
$ domains example --token XXXXXXXXXXXXSpecify the hostname of the domains that you want to check. Leave off the tld so the domain can be checked against multiple tlds at once:
$ domains exampleBy default, .com and .io are checked. If you want to specify the tlds to check, use the --tlds options and a comma separated list of tlds:
$ domains example --tlds com,io,netYou can try multiple domains too:
$ domains example foo bar baz --tlds com,io,netAbout
Contributing
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Please read the contributing guide for avice on opening issues, pull requests, and coding standards.
Building docs
(This document was generated by verb-generate-readme (a verb generator), please don't edit the readme directly. Any changes to the readme must be made in .verb.md.)
To generate the readme and API documentation with verb:
$ npm install -g verb verb-generate-readme && verbRunning tests
Install dev dependencies:
$ npm install -d && npm testAuthor
Brian Woodward
License
Copyright © 2017, Brian Woodward. Released under the MIT license.
This file was generated by verb-generate-readme, v0.2.3, on January 12, 2017.