Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 275 Bytes

File metadata and controls

22 lines (14 loc) · 275 Bytes

@utility/git

A module providing git utility functions.

Install

deno add @utility/git

Usage

import { GITUtility } from "@utility/git";

await new GITUtility("./git-repo-folder/").hasUncommittedChanges();
// => true

LICENSE

MIT