Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Connect to your Bower registry

Each tool requires different steps to integrate with Gemfury. These directions will guide you with using your public and private Bower registry.

Before installing our resolver, please make sure you're using Bower 1.5 or later:

npm install -g fury-bower-resolver

You will then activate this resolver in your .bowerrc:

"resolvers": ["fury-bower-resolver"]

Now, you can individually install Bower packages from your account:

FURY_TOKEN=[DEPLOYTOKEN] bower install fury://dfinimundi/pkg-name

Or by specifying the source in your project's bower.json dependencies:

"dependencies": {
  "pkg-name": "fury://dfinimundi/pkg-name"
}
Please be aware that this Repo-URL is individual to you to authenticate and authorize access to this repository. Your collaborators will have a different authentication token, possibly with different permissions to this account. Share it with caution.