Socket
Book a DemoInstallSign in
Socket

beeepbooop

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beeepbooop

Mic's node module publishing workflow.

latest
npmnpm
Version
6.6.6
Version published
Maintainers
1
Created
Source

publish

Mic's node module publishing workflow.

  • bumps the package's .version following semver semantics
  • does a git release with commit, tag, push and --tags
  • publishes on npm

Usage

Inside a node module, issue publish() with eiher an absolute version:

$ publish 6.6.6

Or pass patch, minor or major, to let it do the semver bump for you:

$ publish patch

Installation

In your bash config:

source PATH_TO_THIS_REPO/index.js

License

MIT

FAQs

Package last updated on 10 Oct 2014

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