
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@ribajs/cli
Advanced tools
CLI tool to generate Riba projects and architecture elements.
In order to help people manage their projects, the CLI tool has been created. It helps on many grounds at once, from scaffolding the project to build well-structured applications. The Riba CLI is forked from Nest CLI and heavily based the @angular-devkit package. Also, there're special schematics that are dedicated to the Riba development @ribajs/schematics.
npm install @ribajs/cli
We are using the debug module for the debugging output.
To see the debugging output set the DEBUG
environment variable:
DEBUG=* riba g component my-new-web-component
In order to debug the cli, you need to run with node in debugging mode:
node --inspect-brk $(which riba) g component my-new-web-component
If you work on the schematics you can use your local package by running:
npm link @ribajs/schematics
If you want to support Riba development, please consider donating (it helps me keeping my projects active and alive!):
FAQs
CLI tool for Riba applications 🍹
The npm package @ribajs/cli receives a total of 0 weekly downloads. As such, @ribajs/cli popularity was classified as not popular.
We found that @ribajs/cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.