A community-maintained DevOps reference guide covering Docker, Kubernetes, Prometheus, Git, Ansible, Terraform, Jenkins, GitLab CI, GitHub Actions, CircleCI, Travis CI, Puppet, Chef, Linux, and networking, with concepts, commands, tutorials, interview questions, and curated learning links.
Open source. Open possibilities.
Discover quality open-source projects, submit projects anonymously, and claim and edit your own project.
A little curiosity. A world of open source.
THE FIRST COLLECTIONHarness Open Source is an end-to-end developer platform combining source control management, CI/CD pipelines, hosted developer environments (Gitspaces) and artifact registries, runnable locally via Docker.
Official repository for the Conventional Commits specification, a convention for structuring Git commit messages that aligns with Semantic Versioning and supports automated release and changelog tooling.
release-it is a generic command-line tool that automates versioning and package publishing tasks, including version bumps, Git commits and tags, changelog generation, and releases on GitHub, GitLab, and npm. It supports hooks, plugins, pre-releases, and CI/CD environments.
commitlint is a tool that checks whether commit messages follow the Conventional Commits format. It offers a CLI, programmatic API, shareable npm configs, and integrations with husky and CI, helping teams keep a consistent commit history.