1.0.7 • Published 3 years ago

scrpt v1.0.7

Weekly downloads
12
License
MIT
Repository
github
Last release
3 years ago

scrpt · License: MIT npm version

my nodejs based script collection.

gcommit

 ██████╗  ██████╗ ██████╗ ███╗   ███╗███╗   ███╗██╗████████╗
██╔════╝ ██╔════╝██╔═══██╗████╗ ████║████╗ ████║██║╚══██╔══╝
██║  ███╗██║     ██║   ██║██╔████╔██║██╔████╔██║██║   ██║   
██║   ██║██║     ██║   ██║██║╚██╔╝██║██║╚██╔╝██║██║   ██║   
╚██████╔╝╚██████╗╚██████╔╝██║ ╚═╝ ██║██║ ╚═╝ ██║██║   ██║   
 ╚═════╝  ╚═════╝ ╚═════╝ ╚═╝     ╚═╝╚═╝     ╚═╝╚═╝   ╚═╝   
                                                            
  Usage: gcom [options] [command] <commit-message>
  
  Commands:
    help     Display help
    version  Display version
  
  Options:
    -a, --all      Stage all files
    -p, --push     Push to origin
    -h, --help     Output usage information
    -v, --version  Output the version number
  • creates a git commit
  • creates message by a specfic pattern:
branch-namegit commit-message
feature/branch-name or feat/branch-namefeat(branch-name): message
change/branch-namechange(branch-name): message
bugfix/branch-name or fix/branch-namefix(branch-name): message
devop/branch-namedevop(branch-name): message
release/release-norelease(release-no): message
refactoring/branch-namerefactoring(branch-name): message

gstatus

 ██████╗ ███████╗████████╗ █████╗ ████████╗██╗   ██╗███████╗
██╔════╝ ██╔════╝╚══██╔══╝██╔══██╗╚══██╔══╝██║   ██║██╔════╝
██║  ███╗███████╗   ██║   ███████║   ██║   ██║   ██║███████╗
██║   ██║╚════██║   ██║   ██╔══██║   ██║   ██║   ██║╚════██║
╚██████╔╝███████║   ██║   ██║  ██║   ██║   ╚██████╔╝███████║
 ╚═════╝ ╚══════╝   ╚═╝   ╚═╝  ╚═╝   ╚═╝    ╚═════╝ ╚══════╝
                                                            
On branch feature/gstatus
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
        modified:   package-lock.json
        modified:   package.json

Untracked files:
  (use "git add <file>..." to include in what will be committed)
        bin/gstatus/

no changes added to commit (use "git add" and/or "git commit -a")
  • just a wrapper for the command git status.

ttr

████████╗████████╗██████╗ 
╚══██╔══╝╚══██╔══╝██╔══██╗
   ██║      ██║   ██████╔╝
   ██║      ██║   ██╔══██╗
   ██║      ██║   ██║  ██║
   ╚═╝      ╚═╝   ╚═╝  ╚═╝
                          
  Usage: ttr [options] [command] 
  
  Commands:
    end, e    Ends the active record
    list, l   Lists the records
    start, s  Starts a new record
    version   Display version
  
  Options:
    -h, --help     Display help
    -v, --version  Output the version number
...
  Usage: ttr list [options]  
  
  Options:
    -f, --from   From date
    -h, --help   Display help
    -u, --until  Until date
1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago