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
Post a Comment