Skip to main content
Module

x/scaffold/scaffold.ts

scaffold your next project with style and πŸ’—
Latest
File
import "./cli.ts";import { ScaffoldError } from "./src/errors.ts";
if (!import.meta.main) { throw new ScaffoldError("The cli should not be imported as a module");}