running eslint on github repos through api -


i working on multiple projects, i.e. multiple repos on github , have more 10 repositories multiple people contributing different repos on daily basis.

it getting hard manage various aspects of repos, decided build dashboard using github graphql api, visualize , display summary on 1 page.

i want show status each repo, if eslint passed or not. in dilemma on how run eslint on each repository progamatically, , report errors , warnings on 1 page using api,

i did setup node-graphql project , getting various information repos. not sure how approach particular feature.any or suggestion appreciated.

thanks


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -