@buurman-feature-detectors/git
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

@buurman-feature-detectors/git

Detects if git is installed to this current project.

Installing

npm i @buurman-feature-detectors/git

Usage

import isGitRepository from "@buurman-feature-detectors/git";

isGitRepository().then(installed => {
    if (installed) {
        return;
    }

    console.log("git is not installed");
});

/@buurman-feature-detectors/git/

    Package Sidebar

    Install

    npm i @buurman-feature-detectors/git

    Weekly Downloads

    183

    Version

    0.1.0

    License

    SEE LICENSE IN LICENSE.md

    Unpacked Size

    11.4 kB

    Total Files

    8

    Last publish

    Collaborators

    • jewetnitg