How to register your library or component in Bower
Bower is a package manager for the web. It offers a generic, un-opinionated solution to the problem of front-end package management. Bower depends on Node and npm. It's installed globally using npm: npm install -g bower To register a new package: Th...
Jun 3, 20131 min read26
