-
Notifications
You must be signed in to change notification settings - Fork 2.4k
[Proposal] New command for creating packages, and template support. #1349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
proposals/nnnn-package-creation.md
Outdated
└── MyAppTests | ||
└── MyAppTests.swift | ||
|
||
4 directories, 3 files |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably can get rid of this line
proposals/nnnn-package-creation.md
Outdated
|
||
The template is a JSON file that guides SwiftPM on the directory structure when creating the new package. The configuration includes the following options: | ||
|
||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
``` | |
```JSON |
proposals/nnnn-package-creation.md
Outdated
|
||
**Example 2** | ||
|
||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
``` | |
```swift |
proposals/nnnn-package-creation.md
Outdated
|
||
|
||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove empty lines when no needed
thank you @miggs597, some feedback inline - mostly formatting. looking forward to the pitch thread. |
No description provided.