imq-cli
Version:
Command Line Interface for IMQ
10 lines (9 loc) • 406 B
TypeScript
export declare const OS_HOME: string;
export declare const IMQ_HOME = "~/.imq";
export declare const TPL_REPO = "git@github.com:imqueue/templates.git";
export declare const TPL_HOME: string;
export declare const CUSTOM_TPL_HOME: string;
export declare const CONFIG_FILENAME = "config.json";
export declare const CONFIG_PATH: string;
export declare const IS_ZSH: boolean;
export declare const VERSION: any;