1.0.12 • Published 9 months ago

@mattythedev01/justcolors v1.0.12

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

@mattythedev01/justcolors Documentation

Overview

"@mattythedev01/justcolors", is a simple and lightweight color package to log stuff beautifully.

Features

  • Wide range of color options including regular, bright, and pastel colors
  • Background color support
  • Text styling options (bold, italic, underline, etc.)
  • Special effects like rainbow and gradient
  • Semantic color functions for success, error, warning, etc.
  • Easy-to-use API with simple function calls
  • Supports chaining of colors and styles
  • Compatible with Node.js environments
  • Lightweight and efficient
  • No external dependencies

Installation

npm install @mattythedev01/justcolors

Example Usage

// Example usage of justcolors

const justColors = require("@mattythedev01/justcolors");

// Example usage
console.log(justColors.red("This text is red!"));
console.log(justColors.bgGreen("This text has a green background!"));
console.log(justColors.success("Operation was successful!"));

Wondering how to see every color and effects if it doesn't pop up?

const justColors = require("@mattythedev01/justcolors");

// To show every regular color
justColors.showAllColors();
// To show additional colors
justColors.showAdditionalColors();
// To show effects
justColors.showEffects();
// To show emojiDecor
justColors.showEmojiDecor();
// To show gradients
justColors.showGradients();
// To show new effects
justColors.showNewEffects();
// To show pastel colors
justColors.showPastelColors();
// To show semantic colors
justColors.showSemanticColors();
// To show other colors
justColors.showOtherColors();
// to show styles
justColors.showStyles();

Write any one of these lines down in your file, and run the file. Once ran, it'll show you whatever in your terminal.

colorcolorsterminalconsoleclistringstylestylingshellansitextformattinglogloggeroutputprintcolorizehighlightchalkrainbowprettybeautifycommand-linenodejsjavascriptnpmdeveloper-toolscustomizationvisualsyntax-highlightinguser-interfaceterminal-outputcolor-schemetext-decorationfont-stylebackground-colorforeground-colorbolditalicunderlinestrikethroughrgbhexhslcolor-conversioncolor-manipulationgradientcolor-palettethemedark-modelight-modecontrastaccessibilitycolor-blindnessterminal-emulatorcross-platformwindowsmacoslinuxunixbashzshpowershellcmdcolor-pickercolor-wheelcolor-theorydesignuiuxbrandingmarketingdata-visualizationchartsgraphsinfographicscolor-psychologymoodemotionaestheticscolor-harmonycolor-matchingcolor-combinationcolor-spacergb-to-hslhsl-to-rgbcolor-interpolationcolor-blendingcolor-mixingcolor-extractioncolor-quantizationcolor-namingcolor-distancecolor-similaritycolor-differencecolor-sortingcolor-palette-generationcolor-scheme-generatorcolor-harmony-rulescolor-contrast-checkerwcag-compliancecolor-accessibility-toolscolor-vision-deficiency-simulationterminal-true-color256-color-supportansi-escape-codesterminal-formattingcolor-temperaturecolor-correctioncolor-gradingcolor-calibrationcolor-profileicc-profilecolor-managementcolor-gamutcolor-space-conversioncolor-harmony-analysiscolor-trendscolor-forecastingcolor-psychology-analysiscolor-emotion-mappingcolor-symbolismcolor-cultural-significancecolor-naming-conventionscolor-palette-optimizationcolor-scheme-evaluationcolor-librarycolor-utilitycolor-helpercolor-toolcolor-functioncolor-modulecolor-packagecolor-apicolor-servicecolor-generatorcolor-transformercolor-analyzercolor-validatorcolor-formattercolor-parsercolor-convertercolor-manipulatorcolor-enhancercolor-optimizercolor-inspectorcolor-explorercolor-visualizercolor-simulatorcolor-testercolor-debuggercolor-loggercolor-monitorcolor-trackercolor-managercolor-controllercolor-handlercolor-processorcolor-enginecolor-frameworkcolor-systemcolor-platformcolor-ecosystemcolor-environmentcolor-workflowcolor-pipelinecolor-automationcolor-integrationcolor-solutioncolor-toolkitcolor-suitecolor-workbenchcolor-studiocolor-labcolor-workshopcolor-factorycolor-forgecolor-foundrycolor-hubcolor-centercolor-nexus
1.0.9

9 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.11

9 months ago

1.0.10

9 months ago

1.0.12

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago