Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
underthestars-zhy committed Jun 3, 2023
1 parent 01f05f2 commit 63f7afc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# SwiftGGFormatter

SwiftGGFormatter is a tool that can reformat SwiftGG's YAML file, arranging its texts in the same order as the texts on the Apple Developer website.

## Installation

1. Please visit the release page and download the latest version of the CLI.
2. Move the downloaded CLI to the `/usr/bin/` directory.

## Get Started

```bash
SwiftGGFormatter ./adjusting-the-space-between-views.yml
```
2 changes: 2 additions & 0 deletions SwiftGGFormatter.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
90B11FEF2A2B8CDA00188D29 /* SwiftGGFormatter */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = SwiftGGFormatter; sourceTree = BUILT_PRODUCTS_DIR; };
90B11FF22A2B8CDA00188D29 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
90B11FFC2A2B8D0600188D29 /* Mapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Mapper.swift; sourceTree = "<group>"; };
90B120012A2B903F00188D29 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -47,6 +48,7 @@
90B11FE62A2B8CDA00188D29 = {
isa = PBXGroup;
children = (
90B120012A2B903F00188D29 /* README.md */,
90B11FF12A2B8CDA00188D29 /* SwiftGGFormatter */,
90B11FF02A2B8CDA00188D29 /* Products */,
);
Expand Down

0 comments on commit 63f7afc

Please sign in to comment.