Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noblesamurai/enable-codeclimate
https://github.com/noblesamurai/enable-codeclimate
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/noblesamurai/enable-codeclimate
- Owner: noblesamurai
- Created: 2018-05-02T00:44:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-07T01:09:12.000Z (over 6 years ago)
- Last Synced: 2024-11-09T15:46:33.193Z (2 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 5
- 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
```