PackageAnalyzer.jl

MIT License

Stars
59
Committers
3

Bot releases are hidden (Show)

PackageAnalyzer.jl -

Published by giordano over 3 years ago

PackageAnalyzer.jl - Report 2021-01-23

Published by giordano over 3 years ago

Data structure:

struct Package
    name::String # name of the package
    repo::String # URL of the repository
    reachable::Bool # can the repository be cloned?
    docs::Bool # does it have documentation?
    runtests::Bool # does it have the test/runtests.jl file?
    github_actions::Bool # does it use GitHub Actions?
    travis::Bool # does it use Travis CI?
    appveyor::Bool # does it use AppVeyor?
    cirrus::Bool # does it use Cirrus CI?
    circle::Bool # does it use Circle CI?
    drone::Bool # does it use Drone CI?
    buildkite::Bool # does it use Buildkite?
    azure_pipelines::Bool # does it use Azure Pipelines?
    gitlab_pipeline::Bool # does it use Gitlab Pipeline?
end

Revision of the General registry: https://github.com/JuliaRegistries/General/commit/824e39a809b2932f029866f5169930c0306c70fc