Skip to content

Commit

Permalink
Update Docc
Browse files Browse the repository at this point in the history
  • Loading branch information
jihoonahn committed Sep 10, 2023
1 parent cd01abe commit 511bc3b
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 3 deletions.
7 changes: 6 additions & 1 deletion Sources/Command/Documentation.docc/Documentation.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ``PLCommand``
# ``Command``

PLCommand is a library for Running Command from Swift

Expand All @@ -10,3 +10,8 @@ This library provides the ability to run commands within Swift code.

### Essentials
- <doc:GettingStarted>

### Supports

- ``Git``
- ``SwiftPackage``
13 changes: 12 additions & 1 deletion Sources/Command/Documentation.docc/Support/Git.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
# <#Title#>
# ``PLCommand/Git``

## Topics

### Support Command


- ``add(_:)``
- ``clone(_:to:allowingPrompt:)``
- ``commit(_:)``
- ``push(remote:branch:allowingPrompt:)``
- ``pull(remote:branch:allowingPrompt:)``
- ``checkout(branch:)``
19 changes: 18 additions & 1 deletion Sources/Command/Documentation.docc/Support/SwiftPackage.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
# <#Title#>
# ``PLCommand/SwiftPackage``

## Topics

### Support Command

- ``create(type:)``
- ``update()``
- ``generateXcodeproj()``
- ``build(configuration:)``
- ``test(configuration:)``


### Package Type
- ``SwiftPackageType``


### Build Configuration
- ``SwiftBuildConfiguration``

0 comments on commit 511bc3b

Please sign in to comment.