https://github.com/space-code/package-template
Swift Package template
https://github.com/space-code/package-template
cookiecutter-template spm swift
Last synced: 12 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-11T14:20:19.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T06:45:30.578Z (about 1 year 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, nv3212@gmail.com
## License
`package-template` is available under the MIT license. See the LICENSE file for more info.