https://github.com/noblesamurai/enable-codeclimate
https://github.com/noblesamurai/enable-codeclimate
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/noblesamurai/enable-codeclimate
- Owner: noblesamurai
- Created: 2018-05-02T00:44:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-07T01:09:12.000Z (about 7 years ago)
- Last Synced: 2025-03-06T23:33:57.416Z (4 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```