Skip to content

ayakovlenko/deno-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deno-git

vr scripts

Usage:

import * as git from "https://raw.githubusercontent.com/ayakovlenko/deno-git/v$VERSION/mod.ts";
await git.run({
  args: ["log", "--oneline"],
  cwd: "/path/to/repo/", // "." otherwise
});
console.log(await git.version());
// { major: 2, minor: 36, patch: 0, platform: undefined }