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
- Host: GitHub
- URL: https://github.com/remahmoud/create-react-ts-lib
- Owner: remahmoud
- License: mit
- Created: 2023-05-10T11:40:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-10T12:40:01.000Z (about 3 years ago)
- Last Synced: 2025-06-13T06:47:13.698Z (12 months ago)
- Topics: cli, react, react-components, react-hooks, react-router-dom, reactjs, rollup, rollup-bundle, rollupjs
- Language: TypeScript
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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