Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/space-code/package-template
Swift Package template
https://github.com/space-code/package-template
cookiecutter-template spm swift
Last synced: 8 days ago
JSON representation
Swift Package template
- Host: GitHub
- URL: https://github.com/space-code/package-template
- Owner: space-code
- License: mit
- Created: 2023-10-11T12:50:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-11T14:20:19.000Z (6 months ago)
- Last Synced: 2024-05-11T15:31:12.486Z (6 months ago)
- Topics: cookiecutter-template, spm, swift
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
package-template
## Description
`package-template` this template provides a starting point for your Swift package development, making it easy to structure your codebase and get started with writing your Swift libraries or executables.## Usage
Ensure that you have the `cookiecutter` and `mint` tools installed, with the recommended method being via Homebrew:
```sh
brew install cookiecutter mint
```Bootstrap a new package:
```sh
cookiecutter gh:space-code/package-template
```## Author
Nikita Vasilev, [email protected]## License
`package-template` is available under the MIT license. See the LICENSE file for more info.