# create-codeclimate-connector

> Scaffold a new Code Climate Connector

Latest version **0.0.3** (published 2020-03-04) · AGPL-3.0-only license · 0 weekly downloads

## Install

```sh
npm install create-codeclimate-connector
pnpm add create-codeclimate-connector
yarn add create-codeclimate-connector
bun add create-codeclimate-connector
```

Provides the command `create-codeclimate-connector`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.3 |
| Published | 2020-03-04 |
| First published | 2020-03-03 |
| Weekly downloads | 0 |
| License | AGPL-3.0-only |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 56.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | noahd1, nporteschaikin, wfleming |

## Links

- npm: https://www.npmjs.com/package/create-codeclimate-connector
- npm.io page: https://npm.io/package/create-codeclimate-connector

## Recent versions

- 0.0.3 (latest) — 2020-03-04
- 0.0.2 — 2020-03-04
- 0.0.1 — 2020-03-03

## README

# Code Climate Connector Scaffolding

Create a new Code Climate Connector

## Getting Started

### Create your Connector package

#### Yarn

`yarn create codeclimate-connector <connector-slug>`

#### npx

`npx create-codeclimate-connector <connector-slug>`

### Implementing

Running one of the above commands will create a project in the directory
`codeclimate-connector-<connector-slug>`. 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.

---
_Source: https://npm.io/package/create-codeclimate-connector · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
