Socket
Book a DemoInstallSign in
Socket

@wiser/create-react-lib

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wiser/create-react-lib

A utility for initializing React Libraries written in TypeScript and compiled with Webpack.

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
2
Created
Source

@wiser/create-react-lib

A utility for initializing React Libraries written in TypeScript and compiled with Webpack.

Usage

npm init @wiser/react-lib <dir>

for more information


-------------------------------------------------------
Welcome to Wiser's react component pkg generator
-------------------------------------------------------

Usage: npm init @wiser/react-lib {<dir> | (-d|--dir) <directory>} [options...]

Get started building react libraries.

Arguments:
  dir                  Project directory

Options:
  --version            output the version number
  -d, --dir <string>   Project directory
  -o, --org <string>   Organization scope
  --skip-status-check  Skip checking git status in CWD
  --skip-dir-check     Skip checking if project dir is empty
  --skip-npm           Skip installing dependencies
  --skip-git           Skip making first commit
  -h, --help           display help for command

Development

Clone the repository

git clone git@github.com:wearewiser/create-react-lib.git

Then update the git submodules

git submodule update --init --recursive

If you pack locally, the prepack script will cause you to need to reinitialize the submodules:

git submodule update --init packages/react-lib

FAQs

Package last updated on 21 Mar 2025

Did you know?

Socket

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.

Install

Related posts