Skip to content
View nmrusso's full-sized avatar
👽
Focusing
👽
Focusing

Block or report nmrusso

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Git Branch on Terminal with Colors Git Branch on Terminal with Colors
    1
    parse_git_branch() {
    2
         git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/'
    3
    }
    4
    
                  
    5
    export PS1="\[\e[01;32m\]\u@\h : \[\e[01;34m\]\w \[\e[01;31m\]\$(parse_git_branch)\[\e[00m\] $ "
  2. node-experience node-experience Public

    Hello! NExp (Node Experience) is a boilerplate for Node, which makes use of a Hexagonal architecture, in addition to all the power of TypeScript that combined allow a perfect cohesion thus achievin…

    TypeScript 53 33

  3. nest-experience nest-experience Public

    TypeScript 2