0.2.3 • Published 1 year ago

@duccem/duccem-git v0.2.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year 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

1 year ago

0.2.0

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago