1.0.4 • Published 6 years ago

node-github-projects v1.0.4

Weekly downloads
11
License
MIT
Repository
github
Last release
6 years ago

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.

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.4

6 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago