spm-swift-package

Crates.iospm-swift-package
lib.rsspm-swift-package
version
sourcesrc
created_at2024-10-21 05:28:09.466519+00
updated_at2025-01-26 20:51:21.524066+00
descriptionCommand Line Tools for macOS to create project in Swift Package Manager with desirable files.
homepage
repositoryhttps://github.com/heroesofcode/spm-swift-package
max_upload_size
id1416944
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`
size0
João Lucas (joaolfp)

documentation

README

spm-swift-package

CI Crates.io License

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

Installing

Cargo

Installing from crates.io (requires Rust/Cargo):

cargo install spm-swift-package

Homebrew

You can install with Homebrew:

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

Usage

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 for details.

Commit count: 130

cargo fmt