https://github.com/yezihaohao/react-lib-creator
build(generate) react library automatically by cli in seconds
https://github.com/yezihaohao/react-lib-creator
cli react react-cli react-library reactjs rollup tool
Last synced: 3 months ago
JSON representation
build(generate) react library automatically by cli in seconds
- Host: GitHub
- URL: https://github.com/yezihaohao/react-lib-creator
- Owner: yezihaohao
- License: mit
- Created: 2019-08-16T16:33:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:54:54.000Z (over 2 years ago)
- Last Synced: 2025-02-22T13:46:12.625Z (3 months ago)
- Topics: cli, react, react-cli, react-library, reactjs, rollup, tool
- Language: TypeScript
- Size: 1.43 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to react-lib-creator 👋

[](https://github.com/yezihaohao/react-lib-creator#readme)
[](https://github.com/yezihaohao/react-lib-creator/graphs/commit-activity)
[](https://github.com/yezihaohao/react-lib-creator/blob/master/LICENSE)> react library cli tool
> build(generate) react library automatically by cli in seconds
### 🏠 [Homepage](https://github.com/yezihaohao/react-lib-creator#readme)
## Install
```sh
npm i -g react-lib-creator
or just use npx (recommend!)
npx react-lib-creator
```## Usage
```sh
// npx
npx react-lib-creator mylib
// global install
react-lib-creator mylib
// help
npx react-lib-creator --help
```## Author
👤 **yezihaohao**
* Github: [@yezihaohao](https://github.com/yezihaohao)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/yezihaohao/react-lib-creator/issues).
## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2019 [yezihaohao](https://github.com/yezihaohao).
This project is [MIT](https://github.com/yezihaohao/react-lib-creator/blob/master/LICENSE) licensed.
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_