4.4.0 • Published 10 months ago

@pmnps/plugin-publish v4.4.0

Weekly downloads
-
License
-
Repository
github
Last release
10 months ago

@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"
            }
        ]
    ]
}
4.4.0

10 months ago

4.3.0

11 months ago

4.2.1

11 months ago

4.2.0

12 months ago

4.1.1

12 months ago

4.1.0

12 months ago

4.0.5

1 year ago

4.0.2

1 year ago

4.0.1

1 year ago

4.0.0

1 year ago