0.0.11 • Published 12 years ago
d5 v0.0.11
d5
Install
npm install -g d5You might need to run it with sudo.
Commands
Basic form:
d5 {command} [command-args ...]To get help on a command:
d5 help {command}get
Get the value of a key.
d5 get {key}set
Set the value of a key.
d5 set {key} {value}show
To show available commands:
d5 show commandsTo show the current settings:
d5 show settingsproject
Create a project based on a template:
d5 project {projectName}clone
Clone a project from Github:
d5 clone {userName}/{projectName}