
Security News
Software Engineering Daily Podcast: Feross on AI, Open Source, and Supply Chain Risk
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.
generator-creador
Advanced tools
Yeoman-generator for react components + css modules/sass, actions, reducer and api
Developed for a specific project, but can be easily customized by changing templates or names in sources.
npm install -g yonpm install generator-creador -gIn general every command consists of desired file's/component's type and name (optional). Where name itself is just the name of a component it is created for. For example: header would be transformed into Panel, PanelContainer, PanelReducer, etc.
yo creador [component | container | connected | connectedPage | actions | reducer | api] [<component name>]
| command | purpose |
|---|---|
yo creador [component <component name>] | Short command for creating a component (dumb or stateful) |
yo creador container [<component name>] | Create a container for connetion to Redux store (and also our custom BaseHelmet component) |
yo creador connected [<component name>] | Create a connected component |
yo creador connectedPage [<component name>] | Create a connected page component (has imported header and footer by default) |
yo creador actions [<component name>] | Create actions for the component |
yo creador reducer [<component name>] | Create reducer for the component |
yo creador api [<component name>] | Create api for the component |
yo creador --help | Help |
For any sort of components:
/<name>
- /<name>.js
[- /<name>.sass]
For the container:
/<name>Container
- /<name>Container.js
[- /<name>Container.sass]
Others:
/<name>ActionCreators.js
/<name>Reducer.js
/<name>Api.js
FAQs
Yeoman-generator for react components + css modules/sass, actions, reducer and api
We found that generator-creador demonstrated a not healthy version release cadence and project activity because the last version was released 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 CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.

Security News
GitHub has revoked npm classic tokens for publishing; maintainers must migrate, but OpenJS warns OIDC trusted publishing still has risky gaps for critical projects.

Security News
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.