mateuszluczak / theme-bump

Easily bump theme version in Creative Exchange packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Theme Version Bump

Easily bump theme version in Creative Exchange packages

Installation

$ npm i theme-bump -g

Usage

$ theme-bump patch 

    Version bumped by patch in theme.json of theme in package

API

bump(root, version, force)

bump('/path/to/package', 'minor');
bump('/path/to/package', 'major', true); // also protected themes

License

MIT

About

Easily bump theme version in Creative Exchange packages

License:MIT License


Languages

Language:JavaScript 100.0%