@buurman-feature-detectors/typescript
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");
});

Package Sidebar

Install

npm i @buurman-feature-detectors/typescript

Weekly Downloads

1

Version

0.1.0

License

SEE LICENSE IN LICENSE.md

Unpacked Size

11.6 kB

Total Files

8

Last publish

Collaborators

  • jewetnitg