@kienleholdings/pubman
v0.1.3
Published
Publish packages automatically if their version has changed
Readme
Pubman
Publish packages automatically if their version has changed
Installation
With pnpm (recommended)
pnpm install @kienleholdings/pubmanWith yarn
yarn add @kienleholdings/pubmanWith npm
npm install @kienleholdings/pubmanUsage
pubman <options>
Example
pubman --npmCommand yarn --packagesDir ./other-packages --parallel
Options
--npmCommand <name>
By default, pubman uses pnpm for command execution. You may want to use yarn or npm instead,
thus you can change what client we use to execute commands from here
--packagesDir <directory>
By default, pubman searches for packages in ./packages. If you keep your packages in a different
directory, you can specify that with this option
--parallel
Runs commands in each package simultaneously. Generally recommended, but you may want to omit this if your machine is lower-spec
