1.0.0 • Published 4 years ago
@fox333-lab/react-quick-library v1.0.0
react-quick-library
A simple and easy to use CLI to bootstrap reusable react component library or package.
- Simple to use
- Zero Config
- Fast bundling & transpiling with rollup & babel
- 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 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
1.0.0
4 years ago