1.2.2 • Published 1 year ago

wcommit v1.2.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Simple Wizz Commits

Simple commit prompt for Wizz repo

Just work on the task, add the changes and you're ready to commit. Push it if you want! The wcommit also handles the "--set-upstream" push.

The wcommit stores the data previously entered, so you don't have to re-enter it every time. If for some reason you don't want a commit to overwrite a previous state or you don't want to use the previous state, use the --no-store option.

Install

npm install -g wcommit

Useage

  1. develop => 2. git add => 3. run wcommit => 4. push (if you want)
wcommit

or

npx wcommit

Options

OptionDescription
-v, --versionGet current version
-h, --helpGet options
-c, --clearClear all stored commit parameters
-a, --clear-allClear all stored data
--no-storeSaved commit parameters are not loaded and new parameters are not saved.

Examples

Clear all stored commit parameters from actual branch:

wcommit -c

Saved commit parameters are not loaded and new parameters are not saved:

wcommit --no-store

Store

Location:

# MacOs:
'/Users/<user>/Library/Preferences/wcommit-nodejs/config.json'
1.2.2

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.2.0-beta.0

1 year ago

1.1.2

1 year ago

1.0.0

1 year ago

1.0.0-beta.7

1 year ago

1.0.0-beta.5

1 year ago

1.0.0-beta.4

1 year ago

1.0.0-beta.3

1 year ago

1.0.0-beta.2

1 year ago