@cubi/git-code-picker
v0.0.1
Published
get a single file or folder from git remote
Downloads
2
Maintainers
Readme
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