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

create-codeclimate-connector

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

create-codeclimate-connector

Scaffold a new Code Climate Connector

  • 0.0.3
  • latest
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

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.

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