Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
generator-cosy
Advanced tools
A Yeoman Generator for your COmponent SYstem.
Creates a Lerna Project with Storybook, React, Jest, Rollup Bundle, Visual Regression Tests and more coming soon!
Install the required tools and generator: yo
, generator-cosy
// npm
npm install -g yo generator-cosy
// yarn
yarn global add yo generator-cosy
Make a new directory, and cd
into it:
mkdir my-new-component-system && cd $_
Run yo cosy
to setup your component system folder structure
yo cosy
@scoped
npm package names@scope
as prefix for your packages)yo cosy:package <component-name>
Generates a new component as package.
If you have specified a @scope
, this subgenerator will use the package scope as prefix for your new created package name.
You can omit the <component-name>
part on the cli, the generator will than ask for your component name.
FAQs
A yeoman generator for creating a frontend COmponent SYstem
We found that generator-cosy 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.