Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

quick-publish

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quick-publish

Shipped a standard `npm publish` workflow with one click.

latest
npmnpm
Version
0.7.1
Version published
Maintainers
1
Created
Source

quick-publish

npm version

Shipped a standard npm publish workflow with one click.

Motivation

As a maintainer for a large number of NPM packages, it will be very cumbersome if you manually input the semantic version, generate changelog, git and npm tag etc., this tooling is to help you do all these things with one click.

Features

  • Semantic version selection.
  • Create git tag.
  • Create remote git tag.
  • Create npm tag.
  • Generate or update CHANGELOG.md

Install

npm i quick-publish -g      # Global installation
npm i quick-publish -D      # Local installation

Usage

  • Create a one-click release flow:
publish
  • Display help:
Usage:
  $ publish

Commands:
    Shipped a standard `npm publish` workflow with one click.

Options:
  --depcost      Generate or update `DEPCOST.md`, defaults to `false`
  --push         Execute git push & tag push to remote git origin, defaults to `true`
  -h, --help     Display this message
  -v, --version  Display version number

Credits

quick-publish wouldn't exist without the inspirations from following projects:

License

MIT © ULIVZ

Keywords

workflow

FAQs

Package last updated on 08 Mar 2023

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