Live data from Hacker News

Skip is now free and open source

skip.dev

1–10 of 235 posts

Re: Skip is now free and open source

#3

https://github.com/skiptools/skip This is cool, but there is no LICENSE file putting this in DONT USE territory. This has a license: https://github.com/skiptools/skipstone but it vendors the other repo according to the readme? I am super confused about how this would work.

The Xcode build plugin in the /skip repo uses the binary created by /skipstone (which is the repository that was just opened).

Thanks for pointing out that the /skip repo itself doesn't have a license. We'll fix that asap!

Re: Skip is now free and open source

#5

https://github.com/skiptools/skip This is cool, but there is no LICENSE file putting this in DONT USE territory. This has a license: https://github.com/skiptools/skipstone but it vendors the other repo according to the readme? I am super confused about how this would work.

LGPL3 has now been added: https://github.com/skiptools/skip/commit/7ad94680a801ca393fe...

Re: Skip is now free and open source

#10

"At least 32GB of memory is recommended for development with Skip." Dear lord, what?

Well, you're running both the iOS development tools (Xcode, iOS Simulator), plus the Android development tools (Gradle, Android emulator, and maybe Android Studio too). These add up.

16GB might be possible, though.

(Skip itself doesn't take much memory. If you run it headlessly as a SwiftPM plugin, you wouldn't need nearly that much.)

Post reply on HN