守卫猫 GitHub通知可能是压倒性的。 我观看了大量的回购协议,并且只想获得与给定模式匹配的回购通知。 因此,让我向您介绍GuardCat –一个简单的帮助程序实用程序,以递归方式查询GitHub API的特定模式(以后可能还会有更多选项)。 旁注:此实用程序主要用于构建CLI工具和Web应用程序。 入门 $ npm i --save guardcat const guardCat = require ( 'guardcat' ) ; guardCat . run ( { // your GitHub access token // -> https://github.com/se