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

x/powar/mod.ts>ModuleConfig

A simple but powerful TypeScript-based dot-file manager.
Go to Latest
interface ModuleConfig
import { type ModuleConfig } from "https://deno.land/x/powar@1.0.2/mod.ts";

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.