Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/heroesofcode/spm-swift-package

Command Line Tools for macOS to create project in Swift Package Manager with desirable files.
https://github.com/heroesofcode/spm-swift-package

rust spm swift swift-package-manager xcode

Last synced: 8 days ago
JSON representation

Command Line Tools for macOS to create project in Swift Package Manager with desirable files.

Awesome Lists containing this project

README

        

## spm-swift-package

[![CI](https://github.com/heroesofcode/spm-swift-package/actions/workflows/CI.yml/badge.svg)](https://github.com/heroesofcode/spm-swift-package/actions/workflows/CI.yml)
[![Crates.io](https://img.shields.io/crates/v/spm-swift-package)](https://crates.io/crates/spm-swift-package)
![Msrv](https://img.shields.io/badge/msrv-1.74.1-blue.svg?logo=rust&logoColor=orange)
[![License](https://img.shields.io/github/license/heroesofcode/spm-swift-package.svg)](https://github.com/heroesofcode/spm-swift-package/blob/main/LICENSE)

Command Line Tools for macOS to create project in Swift Package Manager with desirable files.

### Cargo
Installing from [crates.io](https://crates.io/) (requires Rust/Cargo):

```shell
cargo install spm-swift-package
```

### Homebrew
You can install with [Homebrew](https://brew.sh/):

```shell
brew tap heroesofcode/taps
brew install heroesofcode/taps/spm-swift-package
```

## Usage

```sh
spm-swift-package
```

After generating the Package, it will automatically open in Xcode

And from here you can continue working on your SPM project 🚀 🙂 👨‍💻 👩‍💻

## Contributing

To contribute, just fork this project and then open a pull request, feel free to contribute, bring ideas and raise any problem in the issue tab.

## License

spm-swift-package is released under the MIT license. See [LICENSE](https://github.com/heroesofcode/spm-swift-package/blob/main/LICENSE) for details.