0.0.1-alpha.0 • Published 4 years ago
some-publisher v0.0.1-alpha.0
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-publisherYou can check it has been installed by running:
packages-publisher --helpor the short version:
pkgs --helpCommands
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 packagesPublish
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
0.0.1-alpha.0
4 years ago