文件名称:icanhazissues:GitHub存储库的看板板
文件大小:158KB
文件格式:ZIP
更新时间:2024-05-27 11:05:38
JavaScript
异物 轻松将看板添加到任何Github存储库中。 使用存储库中的问题来跟踪这些事件。 我们在Pusher中使用它来分类和跟踪项目进度。 这是对的重写 ![看板](images / kanban.png?raw = true) 在本地运行 克隆存储库 使用npm install安装所有节点依赖项 您将需要创建一个新的[Github应用程序]( )进行任意调用,确保回调uri指向您的本地主机名和端口(例如localhost: 3000 /登录)复制机密和客户端ID 使用Pusher创建一个新应用,并确保启用了客户端事件 在根目录中创建config.json (或复制config-example.json ),其中必须包含以下字段: { " githubClientId " : " your client id " , " githubClientSecret " : " yo
【文件预览】:
icanhazissues-master
----.gitignore(539B)
----routes()
--------repo.js(2KB)
--------pusher.js(377B)
--------index.js(3KB)
--------issues.js(3KB)
--------board.js(4KB)
----README.md(2KB)
----views()
--------index.jade(491B)
--------repo.jade(1KB)
--------error.jade(110B)
--------master-layout.jade(510B)
--------board.jade(3KB)
--------logout.jade(102B)
--------board-layout.jade(679B)
----bin()
--------www(2KB)
----public()
--------javascripts()
--------stylesheets()
----Procfile(40B)
----app.js(3KB)
----package.json(733B)
----config-example.json(352B)
----images()
--------kanban.png(180KB)
----lib()
--------memory-store.js(533B)
--------eventinator.js(661B)
--------util.js(1KB)
--------request.js(832B)
----gulpfile.js(939B)