Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/justaos_utils/packages/git-utils/src/GitUtils.ts>default

Common utility functions used across projects
Go to Latest
class default
import { default } from "https://deno.land/x/justaos_utils@v1.9.0/packages/git-utils/src/GitUtils.ts";

Static Methods

checkoutRepository(checkoutFolderPath: URL, repositoryUrl: string): Promise<any>