Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 minutes 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:54:54.000Z (about 2 years ago)
- Last Synced: 2024-12-30T14:32:31.579Z (11 days 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 👋
![Version](https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000)
[![Documentation](https://img.shields.io/badge/documentation-yes-brightgreen.svg)](https://github.com/yezihaohao/react-lib-creator#readme)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/yezihaohao/react-lib-creator/graphs/commit-activity)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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)_