Socket
Socket
Sign inDemoInstall

some-publisher

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

some-publisher

CLI for publishing packages within a repository using the same version for all packages


Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Packages Publisher

Tool to help publishing packages within a repository, using the same version for all packages.

Quick start

You can install it globally to use across projects:

npm install -g packages-publisher

You can check it has been installed by running:

packages-publisher --help

or the short version:

pkgs --help

Commands

At any point, you can run pkgs [command] --help to learn more about a command.

Bump Versions

This bumps all packages in the given path and where they are used as dependencies as well.

Example:

pkgs bump-versions minor --path packages

Publish

Builds and publishes all packages in the given path to npm. You can skip build if you have a monorepo build type.

Example:

pkgs publish --path packages [--otp 123456] [--skip-build]

Development

  • See the development guide

FAQs

Package last updated on 22 Apr 2022

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