Skip to content

Bump a value in your package.json so that Docker (and others) notice changes.

Notifications You must be signed in to change notification settings

ORESoftware/bumpitty-bump-bump

Repository files navigation

Bumpitty-Bump-Bump (aka b3)

Bump a value in your package.json so that Docker (and others) notice changes.

API

cli

npm install -g bumpitty-bump-bump
cd your-project && b3

programmatic

npm install -S bumpitty-bump-bump
import {bumpSync, bump, bumpp} from 'bumpitty-bump-bump';

// bumpSync is synchronous
// bump is async callback style
// bumpp is async promise style

About

Bump a value in your package.json so that Docker (and others) notice changes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published