Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

codeclimate-connector-sdk

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codeclimate-connector-sdk

SDK for developing connectors for the Code Climate Platform

  • 0.0.3
  • latest
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

Code Climate Connector SDK

The SDK for building Code Climate Connectors. This package provides code for connectors to use in their implementations, and a CLI to help with developing connectors.

Record schemas

See docs/schemas/README.md for a reference of the types of records Code Climate Connectors can use.

CLI

From within a connectors package that depends on this package, run yarn codeclimate-connectors to run the CLI.

Running a connector

The CLI can be used to run connectors locally during development to verify behavior. To get started, use the CLI's help functionality:

yarn run codeclimate-connector help  # See general help
yarn run codeclimate-connector sync-stream --help  # Help for a specific command

Creating a new connector

See https://github.com/codeclimate/create-codeclimate-connector.

Development

Clone this repo, run yarn install to install dependencies. yarn test will run unit tests. See DEVELOPERS.md for more in depth details about working on this package.

FAQs

Package last updated on 04 Mar 2020

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc