codeclimate-connector-circleci
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

Code Climate Connector: CircleCI

A Code Climate Connector for CircleCI.

Configuration

Expects configuration of the following schema:

{
  "apiToken": "your_api_token"
}

If you are logged in to your CircleCI account, visit https://circleci.com/account/api to create a token.

Running the connector locally

To run the connector in an integration environment, the codeclimate-connector-sdk provides a CLI you can use.

First write valid configuration to connector-config.json. Then, there are several make rules to run different commands easily:

# Run this to check the correctness of your connector-config.json

make verify-configuration
# Run this to list your CirclCI projects as Streams
make discover-streams

# Run this to sync data from one of your projects. Write the contents of one of
# the Stream records emitted by discover-streams to stream.json
make sync-stream

Development

See DEVELOPERS.md

Readme

Keywords

none

Package Sidebar

Install

npm i codeclimate-connector-circleci

Weekly Downloads

2

Version

0.0.1

License

AGPL-3.0-only

Unpacked Size

66.9 kB

Total Files

26

Last publish

Collaborators

  • nporteschaikin