@fox333-lab/react-quick-library
v1.0.0
Published
A simple cli application to bootstrap react component library package
Maintainers
Readme
react-quick-library
A simple and easy to use CLI to bootstrap reusable react component library or package.
- [x] Simple to use
- [x] Zero Config
- [x] Fast bundling & transpiling with rollup & babel
- [x] In-built storybook support
Installation
npm i -g react-quick-libraryBasic Usage
#using npx:
npx react-quick-libraryor
#after global installation
react-quick-libraryThe above command will prompt for below input options:
| options | Description | | ------------------- | ------------------------------------------- | | Package Name | Name of the package/library | | Package Description | Description for the package/library | | Author Name | Name of the author ( of course its you 😆 ) | | Email | Email id of the author | | GitHub Handle | GitHub account username | | GitHub Repo | GitHub Repository for this project |
Options
-y / --yes :
You can skip the prompts and continue with the defaults by applying -y or --yes flag
react-quick-library -y
or
react-quick-library --yesoutput :
-h / --help : Will display usage basic usage info
react-quick-library -h
or
react-quick-library --helpoutput :
Thats All, Happy Coding 🙂
License
MIT © Sajin Soman
