https://github.com/wequick/pbind-cli
The command line interface for Pbind, use to initialize the xcode project with Pbind.
https://github.com/wequick/pbind-cli
Last synced: 6 months ago
JSON representation
The command line interface for Pbind, use to initialize the xcode project with Pbind.
- Host: GitHub
- URL: https://github.com/wequick/pbind-cli
- Owner: wequick
- License: mit
- Created: 2016-11-23T12:05:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-27T11:05:10.000Z (about 8 years ago)
- Last Synced: 2025-05-19T14:52:20.456Z (11 months ago)
- Language: Objective-C
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pbind-cli
The command line interface for Pbind, use to initialize the xcode project with Pbind.
[](http://badge.fury.io/rb/pbind)
## Watch
Enable watch plist and json file and apply instant changes.
```shell
pbind watch [your-project].xcodeproj
```
## Mock
Mock a JSON as response.
```shell
pbind mock [CLIENT] [ACTION]
```