domains-cli

0.2.0 • Public • Published

domains-cli NPM version NPM monthly downloads NPM total downloads Linux Build Status

Check to see if domain names are available using the DNSimple api.

Install

Install globally with npm

$ npm install --global domains-cli

Usage

When running the first time, provide an authentication token from dnsimple. This will be saved for later runs.

$ domains example --token XXXXXXXXXXXX

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

By 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,net

You can try multiple domains too:

$ domains example foo bar baz --tlds com,io,net

About

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

Running tests

Install dev dependencies:

$ npm install -d && npm test

Author

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.

Package Sidebar

Install

npm i domains-cli

Weekly Downloads

1

Version

0.2.0

License

MIT

Last publish

Collaborators

  • doowb