You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`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.
10
+
11
+
## Usage
12
+
13
+
Ensure that you have the `cookiecutter` and `mint` tools installed, with the recommended method being via Homebrew:
14
+
```sh
15
+
brew install cookiecutter mint
16
+
```
17
+
18
+
Bootstrap a new package:
19
+
```sh
20
+
cookiecutter gh:space-code/package-template
21
+
```
22
+
23
+
## Author
24
+
Nikita Vasilev, nv3212@gmail.com
25
+
26
+
## License
27
+
`package-template` is available under the MIT license. See the LICENSE file for more info.
0 commit comments