1.0.0 • Published 3 years ago

@fox333-lab/react-quick-library v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-quick-library

NPM

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-library

Basic Usage

#using npx:

npx react-quick-library

or

#after global installation

react-quick-library

The above command will prompt for below input options:

optionsDescription
Package NameName of the package/library
Package DescriptionDescription for the package/library
Author NameName of the author ( of course its you 😆 )
EmailEmail id of the author
GitHub HandleGitHub account username
GitHub RepoGitHub Repository for this project

Prompt

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 --yes

output :

yes flag

-h / --help : Will display usage basic usage info

react-quick-library -h

or

react-quick-library --help

output :

help

Thats All, Happy Coding 🙂

License

MIT © Sajin Soman