Module

x/readme_manager/git.ts>getTag

helps manage and harmonise READMEs in many repositories with template files
Latest
variable getTag
import { getTag } from "https://dotland.deno.dev/x/readme_manager@v3.0.0/git.ts";

Attempt to find the current repos git tag. Silently fails.

import { getTag } from "./git.ts"
const tag = await getTag('/path/to/git/repo', (errorMsg: string, error?: Error) => {})

type

(directory: string, error: (message: string, error?: Error) => void) => unknown