8 ms·
I’ve been working on Dependency CI along with https://libraries.io https://libraries.io, the service that powers it, in my spare time for the past few months, i
by andrewnez 10y ago
I’ve been working on Dependency CI along with https://libraries.io https://libraries.io, the service that powers it, in my spare time for the past few months, it’s great to finally get it out into the real world.
Dependency CI works like Travis CI but for the dependencies of your application, checking them for license and status issues every time you push to GitHub.
I've written a up a post on medium with more details: https://medium.com/@teabass/introducing-dependency-ci-e859fa138eb6 https://medium.com/@teabass/introducing-dependency-ci-e859fa...
It’s 100% free for open source projects and there’s a 14 day free trial for checking private github repositories too.
- ex_amazon_se 10y agoCan you please support Deb packages as well? Thanks
- dom96 10y agoHey, Nimble creator here. Just wanted to ask, are there any reasons why it's not currently supported on Dependency CI? (apart from just lack of time on your side :))
- andrewnez 10y agoHey Dom, it's mostly because I've not written a parser for the .nimble manifest file, if you feel like adding it to https://github.com/librariesio/bibliothecary https://github.com/librariesio/bibliothecary then it will be easy to add support for it!