Update .asf.yaml to allow projects (#4)

1 file changed
tree: 1bd9a829b8c6fc950ad3a203a7718975b8740afb
  1. .github/
  2. images/
  3. kibble/
  4. license-templates/
  5. scripts/
  6. tests/
  7. .asf.yaml
  8. .dockerignore
  9. .gitignore
  10. .markdownlint.yml
  11. .pre-commit-config.yaml
  12. CODE_OF_CONDUCT.md
  13. CONTRIBUTING.md
  14. Dockerfile.dev
  15. LICENSE
  16. NOTICE
  17. pylintrc
  18. pyproject.toml
  19. README.md
  20. setup.cfg
  21. setup.py
  22. yamllint-config.yml
README.md

Apache Kibble

CI License

Apache Kibble is a tool to collect, aggregate and visualize data about any software project that uses commonly known tools.

Table of contents

Documentation

For information about the Kibble project and community, visit our website at https://kibble.apache.org/.

  Usage: kibble [OPTIONS] COMMAND [ARGS]...

    Manage and configure Apache Kibble instance.

  Options:
    --help  Show this message and exit.

  Commands:
    config    Access configuration
    db        Manage database
    scanners  Configure and trigger scanners
    server    API server commands
    version   Show Kibble version

Live demo

If you want to try Kibble without installing it on your own machine try the online demo of the Kibble service: https://demo.kibble.apache.org/.

Installation

For installation steps see the documentation.

Contributing

We welcome all contributions that improve the state of the Apache Kibble project. For contribution guidelines check the CONTRIBUTING.md.