swiftlang/swift-package-manager

[SR-7837] User-defined template support for init command

Open

#4.794 geöffnet am 31. Mai 2018

Auf GitHub ansehen
 (3 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)Swift (1.462 Forks)batch import
buggood first issue

Repository-Metriken

Stars
 (10.145 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 9T 13h) (90 gemergte PRs in 30 T)

Beschreibung

Previous ID SR-7837
Radar rdar://problem/40234733
Original Reporter @aciidb0mb3r
Type Bug
Votes 0
Component/s Package Manager
Labels Bug, StarterProposal
Assignee None
Priority Medium

md5: ea077c0d81ef0e4d266d49a1e9236eef

Issue Description:

It would be nice if users can hook into the init command to add custom templates. Straw man proposal: we could have a location on the filesystem where all the templates can be stored and then you could run `swift package init --custom <template_name>`.

Contributor Guide