New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

project-publisher

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

project-publisher

Simple CLI tool for automating project publishing workflows

latest
Source
npmnpm
Version
1.3.1
Version published
Maintainers
1
Created
Source

Project Publisher

Simple CLI tool for automating project publishing workflows.

Installation

npm install -g project-publisher

Usage

pub [flags] [options]

Flags

FlagDescription
--bump-packageIncrement package.json version
--bump-manifestUpdate manifest.json with current version
--buildRun npm build command
--build-zipCreate ZIP build in builds folder
--cleanRemove old builds (keeps last 3)
--pushCommit and push changes
--npm-publishPublish package to npm

Options

OptionDescriptionDefault
--branch <name>Specify branch for pushmaster
--script <name>Specify build script namebuild

Examples

Build project:

pub --build

Build with custom script:

pub --build --script compile

Create and clean builds:

pub --build-zip --clean

Full release workflow:

pub --bump-package --build-zip --clean --push --branch main

Publish to npm:

pub --npm-publish

Complete workflow:

pub --bump-package --build --build-zip --clean --push --npm-publish

License

ISC

Author

@odutradev

Keywords

cli

FAQs

Package last updated on 10 Oct 2025

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