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

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

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

The configuration for a powar-ts module.

Properties

name: string

The name of the module

path: string

The path to the module, usually this should be __dirname.

optional
dependsOn: string[]

Other modules which this module depends upon.

These will be checked to exist before this module is run.