Crates.io | spm-swift-package |
lib.rs | spm-swift-package |
version | |
source | src |
created_at | 2024-10-21 05:28:09.466519+00 |
updated_at | 2025-01-26 20:51:21.524066+00 |
description | Command Line Tools for macOS to create project in Swift Package Manager with desirable files. |
homepage | |
repository | https://github.com/heroesofcode/spm-swift-package |
max_upload_size | |
id | 1416944 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Command Line Tools for macOS to create project in Swift Package Manager with desirable files.
Installing from crates.io (requires Rust/Cargo):
cargo install spm-swift-package
You can install with Homebrew:
brew tap heroesofcode/taps
brew install heroesofcode/taps/spm-swift-package
spm-swift-package
After generating the Package, it will automatically open in Xcode
And from here you can continue working on your SPM project 🚀 🙂 👨💻 👩💻
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.
spm-swift-package is released under the MIT license. See LICENSE for details.