Skip to main content
Module

x/scaffold/src/template/types.ts>LoadConfigOptions

scaffold your next project with style and 💗
Latest
interface LoadConfigOptions
import { type LoadConfigOptions } from "https://deno.land/x/scaffold@0.3.0/src/template/types.ts";

Properties

name: string

The name of the configuration object to search for.

Example

The following will search for the files from the provided current working directory.

  • scaffold.config.js
  • scaffold.config.ts
await loadEsmConfig({name: 'monots'});
optional
cwd: string | URL

The directory to search from.