
Security News
Meet Socket at Black Hat Europe and BSides London 2025
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.
@log4brains/cli
Advanced tools
This package provides the CLI to use the Log4brains architecture knowledge base in your project.
You should use npx init-log4brains as described in the Log4brains README, which will install all the required dependencies in your project, including this one, and set up the right scripts in your package.json.
You can also install this package manually via npm or yarn:
npm install --save-dev @log4brains/cli
or
yarn add --dev @log4brains/cli
And add this script to your package.json:
{
[...]
"scripts": {
[...]
"adr": "log4brains adr"
}
}
See Log4brains README, or run this command in your project:
npm run adr -- --help
or
yarn adr --help
FAQs
Log4brains architecture knowledge base CLI
The npm package @log4brains/cli receives a total of 1,229 weekly downloads. As such, @log4brains/cli popularity was classified as popular.
We found that @log4brains/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.