Skip to content

Commit

Permalink
Update readme to cover wonderconf.json
Browse files Browse the repository at this point in the history
  • Loading branch information
prophecy committed Jan 12, 2018
1 parent 3b88c5e commit 7155762
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,26 @@ For Node.js HTTP Server (WonderHttpServer)
]
}
```
wonderconf.json for both above configurations
```javascript
{
"name": "WonderSystem",
"description": "Simple Wonder System",
"host": "http://wondersaga.com/wonder_modules/",
"version": "0.0.1",
"dependencies": {
"Android": {
"projectPath": "./MyProjectPath/",
"TestGradleMod": "latest",
"settingGradleSubPath": "/"
},
"node.js": {
"projectPath": "./WonderHttpSample/",
"WonderHttpServer": "latest"
}
}
}
```

### Command list (Shown when type wpm help)
+ exec: Run OS command
Expand Down

0 comments on commit 7155762

Please sign in to comment.