daplie-tools
Taking Back the Internet
https://daplie.com/articles/introducing-daplie/
What is it?
daplie-tools is a CLI client for DDNS and domain purchases. This is alpha software, NOT FOR PRODUCTION USE!
Prerequisities
First you need to install cURL and Git. You can install them using apt-get with this command:
apt-get install --yes git curl
Then you need to install Node.js You can install it on OS X or Linux with this command:
curl -sL bit.ly/nodejs-min | bash
If you don't want to use the piped script you can download nodejs here: https://nodejs.org/en/download/
Installation
You can install it by running:
npm install -g daplie-tools
Usage
daplie COMMAND Command-Specific-Options
Commands
See COMMANDS.md
Authors
daplie-tools is developed by AJ ONeal.
Versioning
A strict version of semantic versioning is used.
The format is: v<major.minor.patch>-<class>+<build>
More information avaliable at http://semver.org/
License
daplie-tools is licensed under the MPLv2 license.