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

@garoon/plugin-packer

Package Overview
Dependencies
Maintainers
13
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@garoon/plugin-packer

Package your Garoon plugin

  • 1.2.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
904
increased by106.86%
Maintainers
13
Weekly downloads
 
Created
Source

garoon-plugin-packer

plugin-packer for Garoon plugins.

It's written in pure JavaScript, so

  • The CLI works with Node.js in Mac/Windows/Linux
  • Validate your manifest.json with JSON Schema

How to install

$ npm install -g @garoon/plugin-packer

Usage: CLI

$ garoon-plugin-packer [OPTIONS] PLUGIN_DIR

Options

  • --out PLUGIN_FILE: The path of generated plugin file. The default is plugin.zip in the same directory of PLUGIN_DIR.

How to use with npm run

The plugin directory is ./plugin, edit package.json:

{
  "scripts": {
    "package": "garoon-plugin-packer plugin"
  }
}

and then

$ npm run package

Usage: Node.js API

const { packer } = require("@garoon/plugin-packer");

packer("./pluginDir");

Licence

MIT License

Keywords

FAQs

Package last updated on 07 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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