wakeb-starter-cli
Version:
A powerful CLI tool for generating CRUD modules, common modules, and components with Vue 3 form schemas, featuring intelligent field detection and automatic schema generation
19 lines (16 loc) ⢠446 B
JavaScript
export default function showHelp() {
console.log(`\nš Wakeb CLI - Vue 3 Development Tool
Usage:
wb <command>
Commands:
create Create a new CRUD module with form schemas
add:module Add a common reusable module
add:component Add a common component
help Show help message
Examples:
wb create
wb add:module
wb add:component
wb help
`);
}