Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 835 Bytes

README.md

File metadata and controls

53 lines (34 loc) · 835 Bytes

create-library-react

create-library-react used for create multiple projects

Installer

npm i -g create-library-react

or

yarn global add create-library-react

Usage

Creating a New Module

create-react-library

next stap

Package Name [package-name]

next stap

package description

next stap

author\'s github handle

next stap

package license

Features

  • Easy-to-use CLI
  • Handles all modern JS features
  • Bundles cjs and es module formats
  • create-react-app for example usage and local dev
  • Rollup for bundling
  • Babel for transpiling
  • Jest for testing
  • Supports complicated peer-dependencies
  • Supports CSS modules
  • Optional support for TypeScript
  • Sourcemap creation
  • Hundreds of public modules created
  • Thorough documentation
  • Chinese docs by @monsterooo