@featurevisor/core
Version:
Core package of Featurevisor for Node.js usage
9 lines (8 loc) • 486 B
TypeScript
import { Plugin } from "../cli";
export declare const DEFAULT_EXAMPLE = "yml";
export declare const EXAMPLES_ORG_NAME = "fahad19";
export declare const EXAMPLES_REPO_NAME = "featurevisor";
export declare const EXAMPLES_BRANCH_NAME = "main";
export declare const EXAMPLES_TAR_URL = "https://codeload.github.com/fahad19/featurevisor/tar.gz/main";
export declare function initProject(directoryPath: string, exampleName?: string): Promise<boolean>;
export declare const initPlugin: Plugin;