Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

d5

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d5 - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

3

package.json
{
"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
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc