Skip to content

Neotoxic-off/nea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

21 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Nea

πŸ¦‘ Commit for me πŸ¦‘

REQUIREMENTS:

  • CURL

Install:

  • sudo python3 setup.py

Usage:

usage: nea [-h] [-s] [-r] [-m MESSAGE] [-t TYPE]

optional arguments:
  -h, --help            show this help message and exit
  -s, --setup           Setup the configuration
  -r, --reset           Reset the configuration
  -m MESSAGE, --message MESSAGE
                        Message for your commit
  -t TYPE, --type TYPE  Commit type

Configuration:

{
    "config" : {
        "type" : {
            "feat"   : "⭐️",
            "fix"    : "πŸ”§",
            "doc"    : "πŸ“ƒ",
            "style"  : "πŸ“·",
            "perf"   : "βŒ›οΈ",
            "test"   : "πŸ“",
            "core"   : "πŸ“",
            "lib"    : "πŸ“š",
            "revert" : "πŸ“¦",
            "update" : "πŸ”",
            "clean"  : "🧹"
        },
        "commit" : {
            "default_message" : "Clean code",
            "default_type"    : "clean"
        },
        "break" : "|"
    }
}
  • type
  • default_message
  • default_type
  • break

Examples:

nea -t feat -m "New feature"     :    ⭐️ feat | New feature
nea -t fix -m "New fix"          :    πŸ”§ fix | New fix 
nea -t test                      :    πŸ“ test | New Update
nea                              :    πŸ” update | New Update

OR

git nea -t feat -m "New feature" :    ⭐️ feat | New feature
git nea -t fix -m "New fix"      :    πŸ”§ fix | New fix 
git nea -t test                  :    πŸ“ test | New Update
git nea                          :    πŸ” update | New Update

About

πŸ¦‘ Commit for me πŸ¦‘

Resources

License

Stars

Watchers

Forks

Languages