
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.
@prodo/cli
Advanced tools
This command-line interface (CLI) lets you import components created with [Prodo](https://prodo.dev) into your React project.
This command-line interface (CLI) lets you import components created with Prodo into your React project.
Install the CLI with npm or yarn:
npm install -g @prodo/cli
You can then run prodo. Try:
prodo help
First, initialize Prodo in your project directory (where your package.json file
is).
prodo init
This command
prodo.json file that lists the components your project
uses.postinstall script to your package.json file that will install all
of your Prodo components after running npm install.@prodo/react as a dependency. This package contains the necessary
React hooks and
HOCs to make your
components state and actions work.@prodo/cli as a dev dependency. This means the rest of your team can
use the Prodo components you have added without needing to poke them to
install the CLI.To add a Prodo component run (replacing MyComponent with the name of your component and username with your username):
prodo add username.ComponentName
The components can be used in your React project with:
import ComponentName from "@prodo/username.ComponentName";
and used with
<ComponentName />
The behavior you defined for your component will work out of the box!
Update a component to the latest version by running prodo add again.
FAQs
This command-line interface (CLI) lets you import components created with [Prodo](https://prodo.dev) into your React project.
The npm package @prodo/cli receives a total of 0 weekly downloads. As such, @prodo/cli popularity was classified as not popular.
We found that @prodo/cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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
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.