Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.54 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.54 KB

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.