@hemyn/github-api
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

github-api

npm install @hemyn/github-api

usage

// create repository
const { GitHub } = require("../lib");

const github = new GitHub({
  token: 'your token',
});

github.createRepository({
  name: "svelte-count",
  template_owner: "Foreinyel",
  template_repo: "svelte-component-template",
});

Readme

Keywords

none

Package Sidebar

Install

npm i @hemyn/github-api

Weekly Downloads

9

Version

1.0.6

License

ISC

Unpacked Size

97.4 kB

Total Files

19

Last publish

Collaborators

  • shihao