Socket
Socket
Sign inDemoInstall

@codechecks/client

Package Overview
Dependencies
121
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @codechecks/client

Open source platform for code review automation


Version published
Maintainers
1
Install size
9.66 MB
Created

Readme

Source

codechecks.io

Code Checks

Open source platform for code review automation ✅

Build Status Software License All Contributors codechecks.io

CodeChecks.io is a framework for code review automation. It allows writing plugins (codechecks) in JavaScript that:

  • execute directly on your CI (like CircleCI or TravisCI) and communicate with our backend
  • can inspect all Pull Request data (title, content, changed files etc.)
  • can attach feedback information back to GitHub as check (success/failure status, additional message)
  • can upload, retrieve and calculate difference between arbitrary artifacts (like JSON values describing build size or screenshots of views of a frontend app)
  • require only one GitHub AppCodechecks App installed in order to work
import { codechecks } from "@codechecks/client";

export default async () => {
  await codechecks.success({
    name: "Hello world!",
    shortDescription: "It's so easy!",
    longDescription: "# Hello! 👋",
  });
};

Particular codechecks can be distributed as npm packages and can be setup in a declarative way in codechecks.yml file.

Install

npm add --save-dev @codechecks/client

Docs 📚

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Chris Kaczor
Chris Kaczor

💻 🤔 📖 💼 🚇
cgewecke
cgewecke

🔌 🤔 💻
Evgeniy Timokhov
Evgeniy Timokhov

🔌
Michał Załęcki
Michał Załęcki

💻 🔌
Craig Thompson
Craig Thompson

💻
Jakub Ziółkowski
Jakub Ziółkowski

💻 🔌
Deric Cain
Deric Cain

💻

This project follows the all-contributors specification. Contributions of any kind welcome! Read more!

Keywords

FAQs

Last updated on 18 Oct 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc