Initial commit

Contains basic working logic to find unused repos and show in console
This commit is contained in:
2018-05-31 17:48:44 +05:30
commit bfb2b54634
21 changed files with 6798 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
language: node_js
node_js:
- 'node' # use latest stable nodejs version
script:
- npm run coverage # jest test with coverage flag does coverage too
after_script:
- 'cat coverage/lcov.info | ./node_modules/.bin/coveralls' # sends the coverage report to coveralls