0.5.1 • Published 2 years ago

@findsoft/findsoft-cli v0.5.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

findsoft-cli

findsoft前端工具库

安装

通过 npm安装

npm install -g @findsoft/findsoft-cli

用法

findsoft-cli new生成一份配置文件,根据项目修改配置文件内容,然后执行对应工作流。

findsoft-cli [type]

API

cdn:new:
findsoft-cli cdnfindsoft-cli new
默认上传dist文件夹下所有文件到cdn服务器生成一份默认配置

OPTION

{
    "cdn": {                            // 腾讯cos相关配置
        "secretId": "your_secretId",    // cosId
        "secretKey": "your_secretKey",  // coskey
        "bucket": "your_bucket",        // cos桶
        "fileName": "your_fileName",    // 你的项目名称
        "version": "your_version",      // 当前项目版本
        "domain": "your_domain",        // cdn域名
        "exclude":[".html",".DS_Store"] // 需要排除哪些文件 支持文件后缀和文件夹
    }
}

License

Copyright © 2010 - 2022 上海哲寻信息科技有限公司. Licensed under the GPL license.

0.5.1

2 years ago

0.5.0

2 years ago

0.4.4

2 years ago

0.4.2

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.1.1

2 years ago

0.0.1

2 years ago