Gathering detailed insights and metrics for @mattythedev01/justcolors
Gathering detailed insights and metrics for @mattythedev01/justcolors
npm install @mattythedev01/justcolors
Typescript
Module System
Node Version
NPM Version
48.6
Supply Chain
35.1
Quality
82.9
Maintenance
100
Vulnerability
0
License
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
989
Last Day
2
Last Week
13
Last Month
72
Last Year
989
Minified
Minified + Gzipped
Latest Version
1.0.12
Package Id
@mattythedev01/justcolors@1.0.12
Unpacked Size
70.85 kB
Size
15.05 kB
File Count
14
NPM Version
10.8.2
Node Version
20.16.0
Publised On
20 Oct 2024
Cumulative downloads
Total Downloads
Last day
-33.3%
2
Compared to previous day
Last week
18.2%
13
Compared to previous week
Last month
41.2%
72
Compared to previous month
Last year
0%
989
Compared to previous year
"@mattythedev01/justcolors", is a simple and lightweight color package to log stuff beautifully.
npm install @mattythedev01/justcolors
1// Example usage of justcolors 2 3const justColors = require("@mattythedev01/justcolors"); 4 5// Example usage 6console.log(justColors.red("This text is red!")); 7console.log(justColors.bgGreen("This text has a green background!")); 8console.log(justColors.success("Operation was successful!"));
1const justColors = require("@mattythedev01/justcolors"); 2 3// To show every regular color 4justColors.showAllColors(); 5// To show additional colors 6justColors.showAdditionalColors(); 7// To show effects 8justColors.showEffects(); 9// To show emojiDecor 10justColors.showEmojiDecor(); 11// To show gradients 12justColors.showGradients(); 13// To show new effects 14justColors.showNewEffects(); 15// To show pastel colors 16justColors.showPastelColors(); 17// To show semantic colors 18justColors.showSemanticColors(); 19// To show other colors 20justColors.showOtherColors(); 21// to show styles 22justColors.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.
No vulnerabilities found.
No security vulnerabilities found.