1.0.1 • Published 6 months ago

@dyndns/do v1.0.1

Weekly downloads
-
License
-
Repository
github
Last release
6 months ago

DynDNS / Digital Ocean

NPM version NPM downloads

About

Digital Ocean DNS provider for DynDNS package.

Installation

It's recommended to install the package globally or use npx to run the command.

# npm
npm install -g @dyndns/do
# yarn
yarn add -g @dyndns/do
# pnpm
pnpm add -g @dyndns/do

Usage

Installed

If you've installed the package globally, run the command below in your terminal.

$ dyndns-do

# output

dyndns-do <command>

Commands:
  dyndns-do set         Set create/update DNS record
  dyndns-do completion  generate completion script

Options:
      --version  Show version number                                   [boolean]
  -h, --help     Show help                                             [boolean]

for more information visit https://github.com/dmanavi/dyndns

NPX

If you wish to run the command without installing it, then run the command below.

$ npx @dyndns/do@latest

# output

dyndns-do <command>

Commands:
  dyndns-do set         Set create/update DNS record
  dyndns-do completion  generate completion script

Options:
      --version  Show version number                                   [boolean]
  -h, --help     Show help                                             [boolean]

for more information visit https://github.com/dmanavi/dyndns

And you're good to go!

License

LGPL-3.0-only