bower-git
v0.2.1
Published
Replaces bower component folders with their git-repository counterpart
Downloads
3
Readme
bower-git
Replaces bower component folders with their git-repository counterpart
Installation
npm install bower-git -gUsage
$ bower-git
Usage: bower-git [options] <path>
Options:
-h, --help output usage information
-V, --version output the version number
-b, --branch [value] checkout specific branch (default: master)
-v, --verbosePass it a folder to a bower component and bower-git will clone the repository and replace the bower component folder with its git repository counterpart.
$ bower-git vendor/headjs
Replacing bower component with git repository...
Bower component "headjs" has been replaced by its git repositoryCheckout specific branch
Pass --branch={branch} to checkout specific branch uppon clone. e.g. checkout the same branch as the current one you're in.
$ bower-git vendor/headjs --branch=$(git rev-parse --abbrev-ref HEAD)
Replacing bower component with git repository...
Bower component "headjs" has been replaced by its git repositoryContributing
Please respect the .editorconfig and .eslintrc style guide. Basically:
- UTF-8
- Unix linebreaks
- 4 space indentation
- Semicolons
Run:
npm run lintRun tests:
npm test