Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 190 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 190 Bytes

Install

npm install @cubi/git-code-picker

Usage

ADD script in your package.json

{
  "pick-code": "git-code-picker"
}

RUN the script

$ npm run pick