0.2.3 • Published 3 months ago

@duccem/duccem-git v0.2.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 months ago

Duccem-git

A little CLI tool to make more easy semantics commits

Installation

 $ npm install -g @duccem/duccem-git

Commands

commandaliasDescription
commit-c --commitMake a commit with a message
add-a --addAdd to the staging
amend-ca --commit-amendMake commit to amend
push-p --pushPush the commit

Usage

Add to staging

$ duccem-git -a
$ dcgit -a

Commit with message

$ duccem-git -c
$ dcgit -c
$ dcgit

Commit amend

$ duccem-git -ca
$ dcgit -ca

Push commit

$ duccem-git -p
$ dcgit -p
0.2.1

3 months ago

0.2.0

3 months ago

0.2.3

3 months ago

0.2.2

3 months ago

0.1.13

1 year ago

0.1.12

1 year ago

0.1.11

1 year ago