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

x/powar/api_impl.ts>makeCommonApi

A simple but powerful TypeScript-based dot-file manager.
Go to Latest
function makeCommonApi
import { makeCommonApi } from "https://deno.land/x/powar@1.0.1/api_impl.ts";

Acquire an implementation of the base powar-ts API.

This uses the child_process NodeJS module to execute commands, and implements the other methods using shell commands and exec.