bit-bin
Version:
<a href="https://opensource.org/licenses/Apache-2.0"><img alt="apache" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"></a> <a href="https://github.com/teambit/bit/blob/master/CONTRIBUTING.md"><img alt="prs" src="https://img.shields.io/b
16 lines (15 loc) • 1.1 kB
TypeScript
export declare const TOP_MESSAGE = "This utility initialize an empty Bit workspace and walks you through creating a bit configuration.\nYou can later edit your configuration in your package.json or bit.json.\nPress ^C at any time to quit.\n\nAfter setting up the workspace, use 'bit add' to track components and modules.";
export declare const PACKAGE_MANAGER_MSG_Q = "Which package manager would you like to use for installing components?";
export declare const DEFAULT_DIR_MSG_Q = "Where would you like to store imported components?";
export declare const CHOOSE_ENV_MSG_TEMPLATE_Q = "Which {type} would you like to use for the components?";
export declare const CHOOSE_CUSTOM_ENV_MSG_TEMPLATE_Q = "Paste the \"bit import\" command for the {type} (press \"enter\" to skip).";
export declare const CHOOSE_COMPILER_MSG_Q: any;
export declare const CHOOSE_CUSTOM_COMPILER_MSG_Q: any;
declare const _default: () => Promise<{
created: boolean;
addedGitHooks: string[] | undefined;
existingGitHooks: string[] | undefined;
reset: boolean;
resetHard: boolean;
}>;
export default _default;