go.Project
import type { go } from "https://garn.io/ts/v0.0.20/project.ts";
const { Project } = go;
A Project is a logical grouping of Package
s and Environment
s. For
example, you may have a 'frontend' Project, a 'backend' Project, a 'cli'
Project, etc.
type Project = ProjectHelpers & ProjectData;