
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
A flexible CLI tool for organizing React projects with different architectural patterns.
You can run this tool directly using npx:
npx rorg
On first run, you'll be prompted to:
These preferences will be saved in .rorg-config.json. After initialization, rerun the command to start generating components.
npx rorg atom
npx rorg molecule
npx rorg organism
npx rorg template
npx rorg page
npx rorg component
npx rorg page
npx rorg feature
npx rorg shared
Depending on your chosen pattern, the tool will create one of these structures (under your specified base path):
<basePath>/
components/
atoms/
molecules/
organisms/
templates/
pages/
<basePath>/
components/
pages/
<basePath>/
features/
feature-name/
components/
hooks/
utils/
shared/
The tool creates a .rorg-config.json file in your project root after initialization. This file stores:
Example configuration:
{
"pattern": "atomic",
"basePath": "src",
"includeTests": true,
"separateCss": true,
"initialized": "2023-09-20T12:34:56.789Z"
}
FAQs
CLI tool for organizing React projects with different architectural patterns
We found that rorg 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.