You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not interested in maintaining this project anymore. I think the problems that I was trying to solve in PathKit should just be solved in the standard library for Swift. Often enough, I think you might just be better off when avoiding the complexity of introducing a dependency for such convience when you can use FileManager from Foundation.
If anyone is actively using PathKit, or wants to maintain it then please let me know in these comments.
The text was updated successfully, but these errors were encountered:
I'm using PathKit in a lot of my projects. I find it a great convenience over FileManager. I agree it would be great to have native support in the standard lib for paths, but who knows when that will happen.
Fair enough if you don't want to maintain this anymore. I'd suggest adding a few of the contributors to the repo. I'm happy to be added as well and would fix anything broken, as I do use it.
I do use PathKit in my static site generator Saga, and have a PR open that adds Codable support. I'd be happy to be added as a contributor as well, and am really hoping that more people get access and can keep on maintaining this project going forward.
I am not interested in maintaining this project anymore. I think the problems that I was trying to solve in PathKit should just be solved in the standard library for Swift. Often enough, I think you might just be better off when avoiding the complexity of introducing a dependency for such convience when you can use
FileManager
from Foundation.If anyone is actively using PathKit, or wants to maintain it then please let me know in these comments.
The text was updated successfully, but these errors were encountered: