@crguezl/gh-utilities

4.3.0 • Public • Published

Synopsis

Set of functions to be used inside gh-extensions

exports.showError = showError;
exports.sh = sh;
exports.shContinue = sh.shContinue;
exports.shStderr = shStderr;
exports.shSilentlyContinue = shSilentlyContinue;
exports.gh = gh;
exports.ghCont = ghCont;
exports.ghCode = ghCode;
exports.ghSilentlyCont = ghSilentlyCont;
exports.names2urls = names2urls;
exports.getUserLogin = getUserLogin;
exports.getDefaultOrg = getDefaultOrg;
exports.getEduDefaultOrg = getEduDefaultOrg;
exports.setDefaultOrg = setDefaultOrg;
exports.getRepoListFromAPISearch = getRepoListFromAPISearch;
exports.getRepoListFromFile = getRepoListFromFile;
exports.getNumberOfCommits = getNumberOfCommits;
exports.branches = branches;
exports.numBranches = numBranches;
exports.RepoIsEmpty = RepoIsEmpty;
exports.fzfGetOrg = fzfGetOrg;
exports.getRepoList = getRepoList;
exports.addImplicitOrgIfNeeded = addImplicitOrgIfNeeded;
exports.addSubmodules = addSubmodules;
module.exports.getMembers = getMembers;

See also

Readme

Keywords

Package Sidebar

Install

npm i @crguezl/gh-utilities

Weekly Downloads

2

Version

4.3.0

License

ISC

Unpacked Size

19.5 kB

Total Files

3

Last publish

Collaborators

  • crguezl