create-react-library icon indicating copy to clipboard operation
create-react-library copied to clipboard

CLI for creating reusable react libraries.

Results 108 create-react-library issues
Sort by recently updated
recently updated
newest added

Hey guys. I'm trying to create new react library using CRL i used npx create-react-library and chose these selections like so ![Screenshot 2023-01-28 at 00 14 08](https://user-images.githubusercontent.com/63562308/215223781-afd2d11a-9888-44ba-8375-cb26b032d796.png) so after installing...

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Removes [cacheable-request](https://github.com/jaredwray/cacheable-request). It's no longer used after updating ancestor dependencies [cacheable-request](https://github.com/jaredwray/cacheable-request), [github-username](https://github.com/sindresorhus/github-username) and [ava](https://github.com/avajs/ava). These dependencies need to be updated together. Removes `cacheable-request` Updates `github-username` from 5.0.1 to 7.0.0 Release...

dependencies

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...

dependencies

https://security.snyk.io/vuln/SNYK-JS-HANDLEBARS-1056767 added an updated version of handlebars to patch the issue disclosed here.

I found the create-react-library library and wanted to use it to create a library for wallets. i've created a component that has conditional props depending of the type provided. something...