1.0.28 • Published 5 years ago

git-fancy-status v1.0.28

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

5 years ago

1.0.27

5 years ago

1.0.26

5 years ago

1.0.25

5 years ago

1.0.24

5 years ago

1.0.23

5 years ago

1.0.22

5 years ago

1.0.21

5 years ago

1.0.19

5 years ago

1.0.20

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago