Skip to content

Commit f739e3b

Browse files
committed
Update README.md
1 parent adff45c commit f739e3b

1 file changed

Lines changed: 27 additions & 1 deletion

File tree

README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,27 @@
1-
# package-template
1+
<h1 align="center" style="margin-top: 0px;">package-template</h1>
2+
3+
<p align="center">
4+
<a href="https://github.com/space-code/package-template/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/github/license/space-code/package-template?style=flat"></a>
5+
<a href="https://github.com/space-code/package-template"><img alt="CI" src="https://github.com/space-code/package-template/actions/workflows/generate.yml/badge.svg?branch=main"></a>
6+
</p>
7+
8+
## Description
9+
`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

Comments
 (0)