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

0.1.0 • Public • Published

@buurman-feature-detectors/husky

Detects if husky is installed to this current project.

Installing

npm i @buurman-feature-detectors/husky

Usage

import isHuskyInstalled from "@buurman-feature-detectors/husky";

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

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

Package Sidebar

Install

npm i @buurman-feature-detectors/husky

Weekly Downloads

2

Version

0.1.0

License

SEE LICENSE IN LICENSE.md

Unpacked Size

12.7 kB

Total Files

8

Last publish

Collaborators

  • jewetnitg