# go.ywloader-cli **Repository Path**: everything-idea/ywloader ## Basic Information - **Project Name**: go.ywloader-cli - **Description**: 基于 cobra 开发的 youwant 命令行工具. - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-01-07 - **Last Updated**: 2023-01-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ywloader - Youwant 命令行工具 ``` ywloader 可执行程序 Usage: ywloader [command] Available Commands: add 添加项目到仓库索引 change 修改一条项目 completion Generate the autocompletion script for the specified shell del 删除一条项目 help Help about any command init 初始化当前目录为 Youwant 仓库 list 列出仓库项目索引 logo 打印可执行程序 logo 头部 remote 使用远程仓库源 search 搜索仓库项目索引 serve 启动一个web服务(默认:8080) show 显示项目详细信息 use 使用快速项目模板 version 打印版本信息 Flags: -h, --help help for ywloader Use "ywloader [command] --help" for more information about a command. ```