On the Swift package manager page on swift.org <http://swift.org/> (Swift.org - Package Manager) the requirements for creating a package/application are clearly outlined, but why not include a command in the swift tool for autogenerating the require? I did a quick look and didn’t see any existing discussion, so I apologize if this has already been discussed.
Example of the tool command: `swift init foo --type=(lib|app)`
Would create a new directory called “foo” with the following tree structure for a project of type app:
+1 to this, but I'm not sure that this mailing list is the right place to discuss evolution of the package manager.
I think you can directly send a pull request to the repository to be evaluated.
···
Sent from my iPad
On 05 Dec 2015, at 21:25, Lander Brandt via swift-evolution <swift-evolution@swift.org> wrote:
On the Swift package manager page on swift.org (Swift.org - Package Manager) the requirements for creating a package/application are clearly outlined, but why not include a command in the swift tool for autogenerating the require? I did a quick look and didn’t see any existing discussion, so I apologize if this has already been discussed.
Example of the tool command: `swift init foo --type=(lib|app)`
Would create a new directory called “foo” with the following tree structure for a project of type app: