An open API service indexing awesome lists of open source software.

https://github.com/codechecks/docs

📚Documentation for codechecks
https://github.com/codechecks/docs

codechecks documentation pull-requests

Last synced: about 1 month ago
JSON representation

📚Documentation for codechecks

Awesome Lists containing this project

README

        

# codechecks.io — Documentation

Open source platform for code review automation.

With Codechecks you can replace tools like:

- [BundleWatch](https://bundlewatch.io/#/)
- [CodeCov](https://codecov.io/)

and build even more cool stuff:

- visual regression
- type coverage checking for typescript projects
- deployments per commits
- performance tracking

[Check out what's already build](https://github.com/codechecks)

Best part: everything is open source and checks run in userland (your CI) meaning you can implement
totally new ideas without any backend changes — it's just JavaScript. API component is general
enough to fit lots of different use cases.

If you want to get in, please contact us at [email protected]

Expect more docs soon...

## Contents

1. [Getting started](getting-started.md)
1. [How does it work?](how-does-it-work.md)
1. [Configuration — codechecks.yml/json/ts/js](configuration.md)
1. CLI options
1. [Checks (plugins) development](developing-checks.md)
1. Developing reusable checks
1. Testing checks
1. [How to build X?](how-to-build-X.md)
1. [Client API reference](client-api.md)
1. [Local mode](local-mode.md)
1. [Supported CI providers](supported-ci.md)
1. [Adding new CI](adding-new-ci.md)
1. [Debugging](debugging.md)
1. [Badges](badges.md)
1. [FAQ](faq.md)
1. [Roadmap](roadmap.md)