Module: Node::Messages

Defined in:
lib/project_types/node/messages/messages.rb

Constant Summary collapse

MESSAGES =
{
  node: {
    help: "      Suite of commands for developing Node.js apps. See {{command:%1$s app node <command> --help}} for usage of each command.\n        Usage: {{command:%1$s app node [ %2$s ]}}\n    HELP\n\n    error: {\n      generic: \"Error\",\n    },\n    forms: {\n      create: {\n        error: {\n          invalid_app_name: \"App name cannot contain 'Shopify'\",\n          invalid_app_type: \"Invalid app type %s\",\n        },\n        app_name: \"App name\",\n        app_type: {\n          select: \"What type of app are you building?\",\n          select_public: \"Public: An app built for a wide merchant audience.\",\n          select_custom: \"Custom: An app custom built for a single client.\",\n          selected: \"App type {{green:%s}}\",\n        },\n      },\n    },\n  },\n}.freeze\n",