Gathering detailed insights and metrics for @visulima/cerebro
Gathering detailed insights and metrics for @visulima/cerebro
Gathering detailed insights and metrics for @visulima/cerebro
Gathering detailed insights and metrics for @visulima/cerebro
Visulima is the next-gen JavaScript framework for JAMStack blogs, sites & apps.
npm install @visulima/cerebro
Typescript
Module System
Min. Node Version
Node Version
NPM Version
74.8
Supply Chain
84.2
Quality
93.5
Maintenance
100
Vulnerability
86.6
License
@visulima/cerebro@1.1.46
Updated on Jun 04, 2025
@visulima/boxen@2.0.2
Updated on Jun 04, 2025
@visulima/pail@2.1.25
Updated on Jun 04, 2025
@visulima/api-platform@3.0.44
Updated on Jun 04, 2025
@visulima/jsdoc-open-api@2.0.81
Updated on Jun 04, 2025
@visulima/find-cache-dir@1.0.31
Updated on Jun 04, 2025
TypeScript (93.51%)
JavaScript (5.17%)
MDX (1.02%)
Handlebars (0.14%)
Shell (0.08%)
CSS (0.08%)
Total Downloads
40,618
Last Day
335
Last Week
1,226
Last Month
3,235
Last Year
38,365
MIT License
16 Stars
2,703 Commits
3 Forks
2 Watchers
17 Branches
2 Contributors
Updated on Jun 10, 2025
Latest Version
1.1.46
Package Id
@visulima/cerebro@1.1.46
Unpacked Size
173.22 kB
Size
38.77 kB
File Count
13
NPM Version
10.9.2
Node Version
18.20.8
Published on
Jun 04, 2025
Cumulative downloads
Total Downloads
Last Day
378.6%
335
Compared to previous day
Last Week
143.7%
1,226
Compared to previous week
Last Month
112.1%
3,235
Compared to previous month
Last Year
1,602.8%
38,365
Compared to previous year
Cerebro is a delightful toolkit for building Node-based command-line interfaces (CLIs) built on top of
boxen, colorize, cli-table3, command-line-args and fastest-levenshtein
I would recommend reading this guide on how to make user-friendly command-line tools.
[][typescript-url] [![npm-image]][npm-url] [![license-image]][license-url]
Daniel Bannert's open source work is supported by the community on GitHub Sponsors
1npm install @visulima/cerebro
1yarn add @visulima/cerebro
1pnpm add @visulima/cerebro
1import Cli from "@visulima/cerebro";
2
3// Create a CLI runtime
4const cli = new Cli("cerebro");
5
6// Your command
7cli.addCommand({
8 name: "main:colors",
9 description: "Output colors", // This is used in the help output
10 execute: ({ logger }) => {
11 logger.info("Colors command");
12 },
13});
14
15await cli.run();
Now you can run your CLI with node index.js
and you should see the following output:
Libraries in this ecosystem make the best effort to track Node.js’ release schedule. Here’s a post on why we think this is important.
If you would like to help take a look at the list of issues and check our Contributing guild.
Note: please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
The visulima package is open-sourced software licensed under the [MIT][license-url]
[typescript-url]: https://www.typescriptlang.org/ "TypeScript" "typescript" [license-image]: https://img.shields.io/npm/l/@visulima/cerebro?color=blueviolet&style=for-the-badge [license-url]: LICENSE.md "license" [npm-image]: https://img.shields.io/npm/v/@visulima/cerebro/latest.svg?style=for-the-badge&logo=npm [npm-url]: https://www.npmjs.com/package/@visulima/cerebro/v/latest "npm"
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
project has 4 contributing companies or organizations
Details
Reason
no dangerous workflow patterns detected
Reason
update tool detected
Details
Reason
license file detected
Details
Reason
30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
Reason
SAST tool detected: CodeQL
Details
Reason
dependency not pinned by hash detected -- score normalized to 8
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Score
Last Scanned on 2025-06-24T07:32:24Z
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More