How to provide easy access to open source code for external tools and sites?
I am interested in making my project's source code easily retrievable by various external packaging tools.
For instance, the Go language has a tool that scans your source code for dependencies crafted in a certain form (e.g. 'import "github.com/johndoe/mylib"' and automatically downloads them from various source code hosting sites on the internet. Other languages and development frameworks have similar capabilities. There are also cases where other websites can crawl and index the source code from popular open source hosting websites on the internet (e.g. http://godoc.org). It would be great if jazzhub could provide some kind of unauthenticated access to the latest source code for an open project for these kinds of purposes. It might also help to increase general awareness of this site. Thanks, Chris |
One answer
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.