Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/noblesamurai/enable-codeclimate


https://github.com/noblesamurai/enable-codeclimate

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# enable-codelimate
Ensure these env vars are set:
- `CODECLIMATE_ORGANIZATION`
- `CODECLIMATE_API_TOKEN`
Then for the repo you want to enable codeclimate on:
```shell
$ cd /my/repo
$ npm i -D enable-codeclimate # OR
$ npm i -g enable-codelimate
$ npx enable-codeclimate
```