
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
create-react-blueprint
Advanced tools
Command line helper for scaffolding React blueprints. Designed to be invoked through npm create react-blueprint (or npx create-react-blueprint).
From the root of your React project, run:
npm create react-blueprint component Button
This creates the following files:
src/components/Button/Button.tsx
src/components/Button/Button.module.css
src/components/Button/index.ts
The new component is generated from the templates in src/templates/component. Edit those files to customise the scaffold that is produced.
The component scaffold supports the following template tokens:
{{ComponentName}} → the PascalCased component name (e.g. Button){{componentName}} → the camelCased variant (e.g. button)You can safely add your own files to the template directory; any file ending with .tpl is rendered and written to the target folder, with ComponentName in the filename replaced by the provided name.
node bin/create-react-blueprint.js --help
node bin/create-react-blueprint.js component SampleComponent
The CLI writes relative to the current working directory, so run it inside the project you want to scaffold.
FAQs
Command line tool to scaffold React blueprints and components
We found that create-react-blueprint 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.