# console_colors **Repository Path**: weykon/console_colors ## Basic Information - **Project Name**: console_colors - **Description**: Deno Console Colors Deno第三方库 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: main - **Homepage**: https://deno.land/x/console_colors/mod.ts - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-07-18 - **Last Updated**: 2022-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Deno Console Colors ## Usage ```typescript import colors from "https://deno.land/x/console_colors@v0.0.2/mod.ts"; colors; console.log('Deno'.cyan + ' '.text_underscore + 'Console'.green + ' '.text_underscore + 'Colors'.magenta); console.log('OK'.cyan, 'check'.text_underscore); console.log(`BG ${'what will be here'.red} here will be lose BG by RED reset `.bg_blue); ``` ## License + MIT License ## TODO + log decorator + delete properties when building production (unmount code) + design a compose code