Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bower-art-resolver

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bower-art-resolver

The Artifactory Bower Resolver

  • 1.0.5-beta
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4.2K
decreased by-20.83%
Maintainers
1
Weekly downloads
 
Created
Source

bower-art-resolver

Artifactory resolver for Bower, a custom resolver dedicated to integrate with Artifactory.

Installation

npm install -g bower-art-resolver

This resolver depends on bower-art; a temporary custom bower with the pluggable resolvers mechanism currently in pending pull request.

Client Configuration

Edit your ~/.bowerrc and point the registry to Artifactory:

{
  "registry": "http://<domain>/artifactory/api/bower/<bower-repo>"
}

For non Anonymous access:

{
  "registry": "http://user:password@<domain>/artifactory/api/bower/<bower-repo>"
}

You can also use Artifactory encrypted password

Artifactory Configuring

Bower remote repository

  1. Create a new remote repository and enter a repository key, e.g. bower-remote
  2. Basic Settings -> URL e.g. https://github.com, https://bitbucket.org, http://remote.org/artifactory/api/vcs/vcs-repo, or enter your own custom vcs
  3. Packages -> Check "Enable Bower Support" and enter your own bower registry url (by default https://bower.herokuapp.com)
  4. Packages -> Check "Enable VCS Support", select git provider according to the relevant vcs from step 2
  5. Save

Bower local/virtual repository

  1. Create a new local/virtual repository and enter a repository key, e.g. bower-local, bower-virtual
  2. Packages -> Check "Enable Bower Support" and enter your bower registry url (by default https://bower.herokuapp.com)
  3. Save

Usage

Use the client to install packages from Artifactory, e.g. bower-art install bootstrap

FAQs

Package last updated on 12 Apr 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc