We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How difficult would be to add dep info option? It would be nice to be able to jump to the homepage of a library.
dep info
also, somewhat related: dep search, in addition to lib-name and version, could also return the description line for each package.
dep search
The text was updated successfully, but these errors were encountered:
Currently neil relies on the clojars API to search dependencies.
https://github.com/clojars/clojars-web/wiki/Data
Sorry, something went wrong.
for the second thing, it seems it can be done by simply adding :description field here
(println :lib (format "%s/%s" (:group_name search-result) (:jar_name search-result)) :version (:version search-result) :description (:description search-result))
right?
No branches or pull requests
How difficult would be to add
dep info
option?It would be nice to be able to jump to the homepage of a library.
also, somewhat related:
dep search
, in addition to lib-name and version, could also return the description line for each package.The text was updated successfully, but these errors were encountered: