@shaizei/cli
v0.1.0-beta.13
Published
A next-generation CLI to quickly scaffold pre-configured yet on-demand configurable React applications.
Readme
Getting Started
1. Installation
Using Yarn:
yarn global add @shaizei/cliUsing npm:
npm install @shaizei/cli -g2. Verifying Installation
After installation, confirm if the installation is successful by running the following command:
shaizei --versionIf 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 --helpIn order to find all the available scripts, please checkout @shaizei/scrips.
