New.swift not welcoming to linux developers.
Jeffrey-de-Bruijn opened this issue · 4 comments
line 99 of New.swift says "Then use " + "open Package.swift".consoleText(.info) + " to open the project in Xcode".
Xcode is Apple ecosystem, Vapor supports other platforms too. The message is not welcoming of developers from other platforms.
Consider changing the message to Then edit " + "Package.swift".consoleText(.info) + " to start working on your new project
or something along those lines
Yep agree, we should make this editor agnostic
What if I used this message?
"Then use " + "open Package.swift".consoleText(.info) + " to start launch your project
Again that's specific to Xcode. It probably need s to be generic like
Then open your project in your editor - e.g.
open Package.swift
for Xcode orcode .
for VSCode
Will copy and paste that :D
Then open your project in your editor - e.g. open Package.swift for Xcode or code . for VSCode