1.0.10 • Published 5 months ago

app-lib-cli-plugin-git v1.0.10

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

app-lib-cli-plugin-git

git操作

一、背景介绍

二、功能描述

三、注意事项

  1. 该组件bundle不能使用 因为使用该组件 使用了静态文件
/**
 *  由于动态加载 resolve getRootPath 等指向的路径是用该组件的路径
 *  故不能直接找到该路径 
 *  1. 采用__dirname来指定据对位置 由于编译后会有一层umd/commoonjs目录  
 *  故在使用源码的同时采用constant目录来达到编译前后的路径一致
 * 
 */
const path = require(path);
const baseUrl = path.resolve(__dirname,"../../static");

四、使用案列

五、todo列表

六、API

PATHS

功能

动态提交代码

Kind: global constant

七、发布日志

1.0.10

5 months ago