Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/plusmancn/hyxcache

基于 G5 和 Framework 7 的Hybrid App 开发辅助脚本
https://github.com/plusmancn/hyxcache

Last synced: about 1 month ago
JSON representation

基于 G5 和 Framework 7 的Hybrid App 开发辅助脚本

Awesome Lists containing this project

README

        

>会友行app缓存生成脚本

## Usage

Usage: hyxcache [options]

Options:

-h, --help output usage information
-V, --version output the version number
-p, --platform [type.versionTag] avaliable platform: ios.v4,android.v6,etc

---
## changeLog

`1.11.3` | **2015-05-05 16:36**

* 移除1.11.2安卓头尾特性

`1.11.2` | **2015-05-04 00:08**

* 添加安卓文件头添加列表,强烈建议安卓实现app内加载头尾

androidWithHead:[
'meetingShowDetail.ejs',
'meetingEdit.ejs',
'meetingShowList.ejs',
'userEdit.ejs',
'userSignupPhoneNumber.ejs',
'userPasswordPhoneNumber.ejs',
'contactsReq.ejs',
'userNotification.ejs',
'meetingEditGuide.ejs',
'newFeature.ejs',
'contactExchange.ejs',
'versionHistory.ejs'
]

`1.11.0` | **2015-04-28 11:37**

* 添加版本Tag
* 版本号数据源统一从package.json获取