1.0.28 • Published 4 years ago

git-fancy-status v1.0.28

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

git-fancy-status

Hello!

This is a project that harbors git utilities for more pleasant work !

Install

$ npm install -g git-fancy-status

Fancy commits

This command is meant to be used instead of git commit -m ....

Features:

  1. Get meaninful emoji automatically appended to your commit message

    $ gc "delete logs"
    
    [master 0379ab6] 🕊 delete logs
    1 file changed, 2 deletions(-)
  2. Get Jira Issue number automatically appended to commit message

    $ gc "add some feature"
    
    [master 0379ab6] PRO-1234: 💪 add some feature
    1 file changed, 2 deletions(-)

Fancy status

This command is meant to be used instead of git status.
It provides all essential information about a repository.

  • Usage example:

    $ gs
    
    📂  Path                  : ~/Desktop/Coding/npm/git-fancy-status
    🏠  Repository            : git-fancy-status (Contributors: 2)
    📌  Commit init           : Fri Jan 3 00:34:27 2020 +0200
    📌  Commit mine (first)   : Fri Jan 3 00:45:57 2020 +0200 Vladislav Zhabinsky
    📌  Commit mine (last)    : Mon Jan 6 04:13:53 2020 +0200 Vladislav Zhabinsky
    🐒  User                  : <vladislavzhabinsky@gmail.com> (Vladislav Zhabinsky)
    🔥  Commits (Merge)       : 0 (Mine: ~100.0% 1)
    🔥  Commits               : 5 (Mine: ~80.0% 4)
    📌  Branch                : master (Total: 2)
    🛳️  HEAD is:              : 0 Commits away from origin/master
    👌  Status...
    
    D bin/git-status.sh
    D index.js
    M package.json
    ?? bin/git-status
    ?? bundle.js
1.0.28

4 years ago

1.0.27

4 years ago

1.0.26

4 years ago

1.0.25

4 years ago

1.0.24

4 years ago

1.0.23

4 years ago

1.0.22

4 years ago

1.0.21

4 years ago

1.0.19

4 years ago

1.0.20

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago