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.
react-create-library
Advanced tools
CLI tools to generate boilerplate to create component based library
Command Line tool to generate boilerplate for your react library.
Create React Library with no build configuration.
cjs
, esnext
, umd
and es
module formatsTypeScript
and flow
type Systemdocz
, storybook
and react-styleguidist
css
, less
, scss
, emotion
and styled-component
This package requires node >= 8.
npm install -g react-create-library
react-create-library my-library
npx react-create-library my-library
Interactive CLI, answer few questions and choose modules required for development.
Usage: react-create-library <package-name> [Options]
Options:
-V, --version output the version number
--verbose print additional logs
--pm <value> Package Manager (npm or yarn)
--type <value> Type System for project one of default,typescript,flow (default: "none")
--doc <value> Documentation Library one of none,docz,storybook,react-styleguidist (default: "docz")
--style <value> Styling Library one of inline,css,less,scss,emotion,styled-component (default: "inline")
-l, --license <value> License of Project (default: "MIT")
-s, --skip Skip all question and create project with defaults
-h, --help output usage information
Node version require >= 8 & npm >= 5
If something doesn’t work, please file an issue
FAQs
CLI tools to generate boilerplate to create component based library
The npm package react-create-library receives a total of 4 weekly downloads. As such, react-create-library popularity was classified as not popular.
We found that react-create-library 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.