Socket
Book a DemoInstallSign in
Socket

scrpt

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scrpt

matse's nodejs scripts

latest
Source
npmnpm
Version
1.0.7
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 23 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts