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
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 --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
Reset custom configuration
In progress...