@shaizei/cli

A next-generation CLI to quickly scaffold pre-configured yet on-demand configurable React applications.

Usage no npm install needed!

<script type="module">
  import shaizeiCli from 'https://cdn.skypack.dev/@shaizei/cli';
</script>

README

@shaizei/cli

A next-generation CLI to quickly scaffold pre-configured yet on-demand configurable React applications.

Getting Started

1. Installation

Using Yarn:

  yarn global add @shaizei/cli

Using npm:

  npm install @shaizei/cli -g

2. Verifying Installation

After installation, confirm if the installation is successful by running the following command:

shaizei --version

If the above command is successfully executed, and the current version is printed, it means that CLI is installed successfully.

3. Usage

In order to check all the available commands and options, pass the --help command:

shaizei --help

In order to find all the available scripts, please checkout @shaizei/scrips.