Skip to content

Commit

Permalink
Update README.md (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
zntfdr authored Nov 24, 2021
1 parent 4c692d3 commit b733fbe
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,15 +152,8 @@ If writing your own Swift template there are a few types that are generated that
- `DateTime`: The `date-time` format. Usually `Date`
- `DateDay`: The `date` format. Usually `Date` or a custom type.

## Editing
```
$ git clone https:/yonaskolb/SwagGen.git
$ cd SwagGen
$ swift package generate-xcodeproj
```
This use Swift Project Manager to create an `xcodeproj` file that you can open, edit and run in Xcode, which makes editing any code easier.

If you want to pass any required arguments when running in XCode, you can edit the scheme to include launch arguments.
## Development
If you want to pass any required arguments when running in Xcode, you can edit the scheme to include launch arguments.

## Templates
Templates are made up of a template config file, a bunch of **Stencil** files, and other files that will be copied over during generation
Expand Down

0 comments on commit b733fbe

Please sign in to comment.