Command Line Tools#

We have not chosen to develop or manage scaffold tools ourselves, but instead have opted to use mature scaffold solutions from the community. Therefore, the command line tools here are primarily a collection of tools we've built to help you quickly start and manage projects.

View Command Line Help#

You can enter the following command in your terminal to view help information:

$ npx @wisdesign/cli@latest -h

The output information is shown as follows:

Usage: wis [options] [command] Wis Design quickstart cli toolkit. Options: -V, --version output the version number -h, --help display help for command Commands: create Create a new wis project help [command] display help for command

Quickly Create a Project#

This command is very useful when you need to start a brand new project:

$ npx @wisdesign/cli@latest create

After executing the command above 👆, follow the prompts to complete the project creation. If you are confused about this, go to the Installation chapter to learn more.