Skip to content

zhaohuanyuu/wid-cli

Repository files navigation

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...

About

Various project template creation and tool scaffolding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published