Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/powar/example/deps.ts>powar.Settings

A simple but powerful TypeScript-based dot-file manager.
Go to Latest
interface powar.Settings
import { type powar } from "https://deno.land/x/powar@1.0.1/example/deps.ts";
const { Settings } = powar;

General settings for powar-ts.

These settings are commonly parsed from the command line by the help of cli.ts.

Properties

dryRun: boolean
modules: { skip: string[]; } | "all" | { only: string[]; }
logLevel: "none" | "info" | "warn"