🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@svrx/create-plugin

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@svrx/create-plugin

Initialize a svrx plugin by running one command.

0.1.0
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
3
Weekly downloads
 
Created
Source

@svrx/create-plugin

npm

Initialize a svrx plugin by running one command.

Usage

Node >= 8 LTS

Initialize

  • npm
npm init @svrx/plugin
# Publish npm package with scope
# npm init @svrx/plugin --scope=<scope-name>
  • yarn
yarn create @svrx/plugin
# Publish npm package with scope
# yarn create @svrx/plugin --scope=<scope-name>

Test with plugin

Make sure you've installed svrx-cli globally.

In plugin directory:

npm start

Development

  • npm install
  • git commit follows the spec
  • npm run release

Keywords

svrx

FAQs

Package last updated on 10 Jan 2020

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