publish-all

1.1.2 • Public • Published

publish-all

A simple cli to publish npm packages in batch. It automatically increments last version number and then publishes each package to npm.

Release Notes

  • v1.1.0: --help and --this command arguments added

Installation

npm i -g publish-all

To see help:

publish-all --help

Usage

without config file

publish-all --folders package1,package2,folder/package3,folder2/package4

with config file

Create a new config file:

publish-all --init

This will create a .publish.conf.js file in the current folder:

module.exports = {
    folders: []
}

Add paths to packages to this file, then publish them all with:

publish-all

In both cases folders are taken relative to the folder where you run this utility, absolute paths are currently not supported, but will be supported in future.

publish just current folder

To bump version and publish just current folder:

publish-all --this

Package Sidebar

Install

npm i publish-all

Weekly Downloads

0

Version

1.1.2

License

ISC

Unpacked Size

5.24 kB

Total Files

5

Last publish

Collaborators

  • aikei