git-get-repos-id
TypeScript icon, indicating that this package has built-in type declarations

0.0.0 • Public • Published

git-get-repos-id

A tiny helper to get github repository id

Travis Build StatusCoveralls status

Install

npm install git-get-repos-id

Usage

import gitGetReposId from 'git-get-repos-id';
 
gitGetReposId({owner: 'scrum', repo: 'slims', token: '59bd8d5eb1980b7f926f2d106f4f2f0312fdf97f'});
//=> MDEwOlJlcG9zaXRvcnkxOTc3MjY4NTY=

API

gitGetReposId({owner, repo, token})

  • owner - Github owner or organization name.
  • repo - Repository name.
  • token - You Github Personal Token. Grab it from your Developer settings

/git-get-repos-id/

    Package Sidebar

    Install

    npm i git-get-repos-id

    Weekly Downloads

    3

    Version

    0.0.0

    License

    MIT

    Unpacked Size

    3.23 kB

    Total Files

    9

    Last publish

    Collaborators

    • scrum