0.1.9 • Published 4 months ago

wid-cli v0.1.9

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

wid-cli

Various project boilerplate creation and tool scaffolding inspired by create-next-app and powered by clack.

Usage:
  $ wid [..files]

Commands:
  [..files]   default command: init、update
  new [name]  create project based on a specified boilerplate

For more info, run any command with the `--help` flag:
  $ wid --help
  $ wid new --help

Options:
  --repo [repo url]  set a custom repository url
  -h, --help         Display this message
  -v, --version      Display version number

Project creation

wid new

wid new your-app-name

After executing this command, create a project boilerplate according to the prompts.

If you need to use a custom project boilerplate,project boilerplate, you can specify it through the setting command.

wid set

wid set --repo your-repo-url

It must be constrained according to the file structure of the project boilerplate. Currently there are only two levels (custom configuration will be added in the future)

wid reset

wid reset

Reset custom configuration

other features

In progress...