Socket
Socket
Sign inDemoInstall

deploymatic

Package Overview
Dependencies
310
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

2

docs/commands.md

@@ -1,3 +0,3 @@

# Command Reference for clicli
# Command Reference for dpm
TODO: Add your command reference here

@@ -1,8 +0,8 @@

# Plugin guide for clicli
# Plugin guide for dpm
Plugins allow you to add features to clicli, such as commands and
Plugins allow you to add features to dpm, such as commands and
extensions to the `toolbox` object that provides the majority of the functionality
used by clicli.
used by dpm.
Creating a clicli plugin is easy. Just create a repo with two folders:
Creating a dpm plugin is easy. Just create a repo with two folders:

@@ -45,4 +45,4 @@ ```

To load a particular plugin (which has to start with `clicli-*`),
install it to your project using `npm install --save-dev clicli-PLUGINNAME`,
and clicli will pick it up automatically.
To load a particular plugin (which has to start with `dpm-*`),
install it to your project using `npm install --save-dev dpm-PLUGINNAME`,
and dpm will pick it up automatically.
{
"name": "deploymatic",
"version": "0.0.2",
"version": "0.0.3",
"description": "clicli CLI",

@@ -28,3 +28,4 @@ "private": false,

"docs",
"bin"
"bin",
"modules"
],

@@ -31,0 +32,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc