Skip to content

👹 git helpers that work with the git CLI. Probably only useful if you've got the same constraints as SK: x-platform without native deps

Notifications You must be signed in to change notification settings

sidekickcode/git-helpers

Repository files navigation

sidekick-git-helpers

Build Status

git helpers that work with the git CLI. Probably only useful if you've got the same constraints as SK: x-platform without native deps.

Promise based API;

Installation

npm install --save sidekick-git-helpers

Usage

var helpers = require("sidekick-git-helpers");

helpers.findRootGitRepo(process.cwd())
.then((r) => console.log(`the enclosing git repo is: ${r}`))
.catch((e) => console.error(e));

About

👹 git helpers that work with the git CLI. Probably only useful if you've got the same constraints as SK: x-platform without native deps

Resources

Stars

Watchers

Forks

Packages

No packages published