An open API service indexing awesome lists of open source software.

https://github.com/remahmoud/create-react-ts-lib

simple tool to create react library with typescript and rollup
https://github.com/remahmoud/create-react-ts-lib

cli react react-components react-hooks react-router-dom reactjs rollup rollup-bundle rollupjs

Last synced: 15 days ago
JSON representation

simple tool to create react library with typescript and rollup

Awesome Lists containing this project

README

          

# create react typescript library

simple tool to create react library with typescript and rollup

## Usage

install guide

### yarn

```bash
yarn create react-ts-lib projectName
```

### npm

```bash
npm install -g create-react-ts-lib

create-react-ts-lib projectName

// or

crtl projectName
```

then `cd projectName` and install dependencies