Skip to content

npm module to batch-publish multiple modules with a single command

Notifications You must be signed in to change notification settings

aikei/publish-all

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

publish-all

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

Installation

npm i -g publish-all

Usage

without config file

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

with config file

With 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.

About

npm module to batch-publish multiple modules with a single command

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published