node-github-projects
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

node-github-projects

Greenkeeper badge

npm version CircleCI codecov dependencies devDependencies

This is provide to operating github projects simply.

This is using github REST API https://developer.github.com/v3/projects/

feature

move issue project column

import * as GithubProjects from "node-github-projects";
let projectUtils = 
	new GithubProjects.ProjectUtils(
		"{#github repo}" /* ex) "hiradimir/node-github-projects" */, 
		githubAccessToken /* optional default process.ENV.GITHUB_ACCESS_TOKEN */);
projectUtils.moveTargetIssueToColumn(projectNo, issueNumber, '{#columnName}')

LICENSE

This software is released under the MIT License, see LICENSE.txt.

Readme

Keywords

none

Package Sidebar

Install

npm i node-github-projects

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

567 kB

Total Files

29

Last publish

Collaborators

  • hiradimir