mrsidde / bower-git

Replaces bower component folders with their git-repository counterpart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bower-git

Replaces bower component folders with their git-repository counterpart

Installation

npm install bower-git -g

Usage

$ bower-git

  Usage: bower-git [options] <path>

  Options:

    -h, --help     output usage information
    -V, --version  output the version number
    -v, --verbose

Pass 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 repository

Contributing

Please respect the .editorconfig, .jscsrc and .eslintrc style guide. Basically:

  • UTF-8
  • Unix linebreaks
  • 4 space indentation
  • Semicolons

Run:

npm run lint

Run tests:

npm test

About

Replaces bower component folders with their git-repository counterpart

License:MIT License


Languages

Language:JavaScript 100.0%