eu81273 / angular.treeview

AngularJS based Treeview (no jQuery)
MIT License
405 stars 223 forks source link

add to bower registry #5

Open dparizek opened 10 years ago

dparizek commented 10 years ago

Could it be added to the bower registry so we could install via bower?

dparizek commented 10 years ago

bower.io

Registering packages

To register a new package:

There must be a valid manifest JSON in the current working directory. Your package should use semver Git tags. Your package must be available at a Git endpoint (e.g., GitHub); remember to push your Git tags! Then use the following command:

bower register The Bower registry does not have authentication or user management at this point in time. It's on a first come, first served basis. Think of it like a URL shortener. Now anyone can run bower install , and get your library installed.

There is no direct way to unregister a package yet. For now, you can request a package be unregistered.

myabc commented 10 years ago

:thumbsup: