UNPKG

bp-cli-testing

Version:

BP CLI

35 lines (20 loc) 932 B
// Git urls export const BACKPOCKET_GIT_URL = "https://edwinmoradian90@bitbucket.org/backpocket-tech/bp-client.git"; export const GATSBY_THEME_BACKPOCKET_GIT_URL = "https://edwinmoradian90@bitbucket.org/backpocket-tech/bp-core-theme.git"; export const DEFAULT_SANDBOX_GIT_URL = "https://github.com/some/repo"; // Directory names export const BACKPOCKET = "backpocket"; // Sandbox export const BP_DEV_SANDBOX = "bp-dev-sandbox"; // Create keyword export const CREATE_KEYWORD_MISSING_ARGUMENT = "Command usage: The 'create' keyword requires an argument. Run 'bp help' for more information."; // Bp Keyword export const BP_KEYWORD_ERROR = "Command usage: The 'bp' keyword requires an argument. Run 'bp help' for more information."; // Gatsby theme backpocket export const GATSBY_THEME_PACKAGE_NAME = "@jared.backpocket/gatsby-theme-backpocket"; export const GATSBY_THEME_BACKPOCKET = "gatsby-theme-backpocket";