Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

package-template


License
CI

## 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.