vknabel / vscode-swift-development-environment

New home of Swift Development Environment for VS Code
https://marketplace.visualstudio.com/items?itemName=vknabel.vscode-swift-development-environment
Apache License 2.0
175 stars 14 forks source link

Support for creating a standalone package #95

Closed wmorgue closed 3 years ago

wmorgue commented 3 years ago

Hello 👋🏻

Can someone implement support for creating packages with a different type, like library or executable?

Some of the ideas:

  1. Ask a package name.
  2. Ask a package type.
swift package init --type empty
swift package init --type executable
swift package init --type library
  1. Create package with input name and selected type.
vknabel commented 3 years ago

Hi @wmorgue!

I didn't try, but it seems like this extension already implements your requested features: https://github.com/cgrevisse/swift-project-creation