Skip to content

Latest commit

 

History

History
executable file
·
29 lines (18 loc) · 429 Bytes

README.md

File metadata and controls

executable file
·
29 lines (18 loc) · 429 Bytes

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