Skip to content

Commit

Permalink
update npm
Browse files Browse the repository at this point in the history
  • Loading branch information
tower1229 committed Jan 3, 2018
1 parent b8981e4 commit bfe5c35
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
1 change: 1 addition & 0 deletions .syncignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{**/*.js.map,**/node_modules/**,src/**,_component/**,_docs/**,docs/**,lib/**,public/**}
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@

[HybridStart专题文章](http://refined-x.com/tags/HybridStart/)

## 下载

项目主页:http://refined-x.com/HybridStart/

git:`git clone https://github.com/tower1229/HybridStart.git`

npm:`npm i HybridStart`


## 默认集成插件
- [UIPullRefreshFlash](http://docs.apicloud.com/Client-API/UI-Layout/UIPullRefreshFlash)自定义下拉刷新
- [ajpush](http://docs.apicloud.com/Client-API/Open-SDK/ajpush)极光推送
Expand Down
33 changes: 33 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "HybridStart",
"version": "1.0.0",
"description": "A hybrid application development framework",
"main": "lib/index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"init": "apicloud wifiStart --port 8686",
"sync": "apicloud wifiSync --project ./ --updateAll false --port 8686",
"stop": "apicloud wifiStop --port 8686"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tower1229/HybridStart.git"
},
"keywords": [
"hybridstart",
"hybridapp",
"apicloud",
"hybridstart-cli"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/tower1229/HybridStart/issues"
},
"homepage": "https://github.com/tower1229/HybridStart#readme",
"dependencies": {
"apicloud-cli": "^0.2.0"
}
}

0 comments on commit bfe5c35

Please sign in to comment.