Skip to content

Commit

Permalink
update README for --public
Browse files Browse the repository at this point in the history
  • Loading branch information
banjun committed May 18, 2017
1 parent fd633ba commit eefc23d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ release ([SwiftBeaker/releases](https://github.com/banjun/SwiftBeaker/releases))
% SwiftBeaker apib.json > APIClient.swift
```

for use in a framework target for the API:

```sh
% SwiftBeaker --public apib.json > APIClient.swift # public memberwise init & public members
```

## Conversion

SwiftBeaker converts ...
Expand Down

0 comments on commit eefc23d

Please sign in to comment.