Skip to content

Latest commit

 

History

History
67 lines (45 loc) · 1.67 KB

contributor.md

File metadata and controls

67 lines (45 loc) · 1.67 KB

Installation guide

  • Install Git : https://git-scm.com/

  • Install Node.js : https://nodejs.org

  • Clone the project :

    $ git clone https://github.com/DWTechs/GitBranchValidator
  • Install project dependencies :

    $ cd <project-directory>
    $ npm i

Workflow

Docker

Launch with docker

build image :

$ cd GitBranchValidator/
$ docker-compose up -d

test lib :

$ cd GitBranchValidator/
$ docker-compose run gitbranchvalidator

Folders

  • bin/
  • lib/
  • tests/

Stack

Purpose Choice Motivation
repository Github the world’s largest community of developers to discover, share, and build better software
package manager npm default node.js package manager
unit testing Jest delightful testing with a focus on simplicity