Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@pmnps/plugin-publish

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

@pmnps/plugin-publish

This is a pmnps plugin for publishing npm packages.

latest
Source
npmnpm
Version
4.5.0
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

@pmnps/plugin-publish

This is a plugin for pmnps to publish packages to npm registry.

From pmnps@4.0.0, command pmnps publish is removed. With this plugin, you can use this command again.

Usage

Config the .pmnpsrc.json:

{
    ...,
    "plugins":[
        "@pmnps/plugin-publish"
    ]
}

If you want to exclude the folders which you don't want to show in vscode workspace, use query config:

{
    ...,
    "plugins":[
        [
            "@pmnps/plugin-publish",
            {
                "registry":"https://registry.npmjs.org"
            }
        ]
    ]
}

Keywords

js

FAQs

Package last updated on 26 Nov 2024

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