Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "d5", | ||
"description": "small utilities for node development", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"author": { | ||
@@ -17,3 +17,4 @@ "name" : "Daniel Kang", | ||
"bin": "./bin/d5", | ||
"homepage": "https://github.com/d5/node-d5", | ||
"engines": { "node": "*" } | ||
} |
# d5 | ||
## Install | ||
``` | ||
npm install -g d5 | ||
``` | ||
You 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 commands | ||
``` | ||
To show the current settings: | ||
``` | ||
d5 show settings | ||
``` | ||
### project | ||
Create a project based on a template: | ||
``` | ||
d5 project test | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
9666
62