bow-swift / nef

💊 steroids for Xcode Playgrounds
https://nef.bow-swift.io
Other
267 stars 6 forks source link

Dependency managers #180

Closed miguelangel-dev closed 4 years ago

miguelangel-dev commented 4 years ago

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>