Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
Alexandre Beaudoin edited this page Nov 1, 2015 · 14 revisions

clean-bower-installer

This tool allows you to install bower dependencies without including the entire repo. It also adds a way to specify and take only what you really need from all the files that bower download.

Build Status Dependency Status Coverage Status

How to install

You can install clean-bower-installer in two ways:

Using the command line

npm install -g clean-bower-installer

Using the API

npm install clean-bower-installer

Wiki Sections

  • [Beginner's Guide](Beginner's Guide)
  • [How modify the bower.json file](What to add in the bower.json file)
  • [How use the tool using command line (CLI)](CLI use)
  • [How use the tool using the Programmatic API](API use)
Clone this wiki locally