Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/heroesofcode/spm-swift-package
- Owner: heroesofcode
- License: mit
- Created: 2024-10-20T15:36:14.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T05:27:59.000Z (2 months ago)
- Last Synced: 2024-10-23T00:40:21.048Z (2 months ago)
- Topics: rust, spm, swift, swift-package-manager, xcode
- Language: Rust
- Homepage:
- Size: 14.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.