Gathering detailed insights and metrics for budgie-console
Gathering detailed insights and metrics for budgie-console
npm install budgie-console
Typescript
Module System
Node Version
NPM Version
66.2
Supply Chain
79.6
Quality
75
Maintenance
100
Vulnerability
100
License
Total Downloads
211
Last Day
1
Last Week
2
Last Month
5
Last Year
42
Minified
Minified + Gzipped
Latest Version
0.0.1-beta
Package Id
budgie-console@0.0.1-beta
Unpacked Size
3.72 kB
Size
1.91 kB
File Count
3
NPM Version
7.24.1
Node Version
16.10.0
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
0%
2
Compared to previous week
Last month
66.7%
5
Compared to previous month
Last year
-37.3%
42
Compared to previous year
No dependencies detected.
Welcome to the new project, where we can create exciting styling using colours and animated spinners in the Node CLI or browser console.
Use the package manager npm to install foobar.
1$ npm i budgie-console
1const Console = require('budgie-console') 2 3let loading = true; 4Console.log(Console.Underscore, Console.BgCyan, "Welcome to Budgie JS"); 5Console.spinner(Console.BOX_SPINNER, " ...Welcome to Budgie Console...", 100, () => loading);
A set of few background and foreground colors along with text styling like Bold and Underline. 2 set of spinner frames - HEART_BEAT_SPINNER(['-', '+']) and BOX_SPINNER(["▰▱▱▱▱▱▱","▰▰▱▱▱▱▱", "▰▰▰▱▱▱▱", "▰▰▰▰▱▱▱", "▰▰▰▰▰▱▱", "▰▰▰▰▰▰▱", "▰▰▰▰▰▰▰", "▱▱▱▱▱▱▱" ])
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
ISC License
Copyright (c) 2021 Yash Datir
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
No vulnerabilities found.
No security vulnerabilities found.