Closed miguelangel-dev closed 4 years ago
This PR lets you set a dependency manager to use in your Playgrounds, independently to set custom initial dependencies.
nef playground --spm nef playground --cocoapods nef playground --carthage
nef playground --spm
nef playground --cocoapods
nef playground --carthage
And you can set your own dependencies: nef playground --cocoapods --custom-podfile <path> nef playground --carthage --custom-cartfile <path>
nef playground --cocoapods --custom-podfile <path>
nef playground --carthage --custom-cartfile <path>
Description
This PR lets you set a dependency manager to use in your Playgrounds, independently to set custom initial dependencies.
nef playground --spm
nef playground --cocoapods
nef playground --carthage
And you can set your own dependencies:
nef playground --cocoapods --custom-podfile <path>
nef playground --carthage --custom-cartfile <path>