UNPKG

boats

Version:

Beautiful Open / Async Template System - Write less yaml with BOATS and Nunjucks.

11 lines (10 loc) 650 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LOG_RED_BOLD = exports.LOG_RED = exports.LOG_GREEN_BOLD = exports.LOG_GREEN = exports.GIT_DIRECTORY_SNIPPET_CACHE = exports.TMP_COMPILED_DIR_NAME = exports.METHODS = void 0; exports.METHODS = ['get', 'post', 'put', 'update', 'patch', 'delete']; exports.TMP_COMPILED_DIR_NAME = '.boats_tmp_dir'; exports.GIT_DIRECTORY_SNIPPET_CACHE = '.boats-snippet-cache'; exports.LOG_GREEN = '\'\u001b[32m%s\u001b[0m\''; exports.LOG_GREEN_BOLD = '\u001b[32m\u001b[1m%s\u001b[0m'; exports.LOG_RED = '\u001b[31m%s\u001b[0m'; exports.LOG_RED_BOLD = '\u001b[31m\u001b[1m%s\u001b[0m';