@shaizei/cli
v0.1.0-beta.13
Published
A next-generation CLI to quickly scaffold pre-configured yet on-demand configurable React applications.
Downloads
12
Readme
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.