Commit 3f238ac1 authored by 马旭烽's avatar 马旭烽

docs:增加使用教程

parent 97ef1d91
# init
- git clone https://gitlab.shushangyun.com/maxufeng/miniCli.git
- ps:因为不是通过 npm publish ,所以使用其他的方法获取全局能力
- 在 miniCli 目录 里 执行 npm link 发布到全局
# use
- `minicli init projectName`生成项目模板
- 目前支持修改 package 的项目名和作者名
- 模板仓库暂时固定下载某个repo的,未来考虑提供动态 下载源。
# bug
1. 目前 window 只能 在 powershell 下执行,在cmd 下执行无效,我也不知道为什么。
2. 使用 JSON.stringify 修改 文件导致文件 部分换行符 丢失。
# Feature
1. 增加 生成器 进行文本处理扩展,以及代码注入等功能
2. 增加 配置 修改
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment