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

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

Template for Code Climate Connectors
https://github.com/codeclimate/create-codeclimate-connector

engineering-data-platform velocity

Last synced: 3 months ago
JSON representation

Template for Code Climate Connectors

Awesome Lists containing this project

README

          

# Code Climate Connector Scaffolding

Create a new Code Climate Connector

## Getting Started

### Create your Connector package

#### Yarn

`yarn create codeclimate-connector `

#### npx

`npx create-codeclimate-connector `

### Implementing

Running one of the above commands will create a project in the directory
`codeclimate-connector-`. The project will be setup with some
scaffolding and stubbed unit tests, and is setup to use TypeScript.

To start implementing logic, take a look at the created `src/Client.ts` in your
project. You can also refer to the created `README.md` for some suggestions on
how to proceed.