r/swift • u/Upbeat_Policy_2641 • 43m ago
Tutorial Creating a Dummy Data Generator CLI tool using Swift Package Manager
Welcome to issue #57 of the iOS Coffee Break Newsletter 📬.
One recurring task I often find myself doing is generating dummy data, both in work-related and personal projects. While it is not particularly time-consuming, it is something I can automate to save a significant amount of time down the road.
So, this week, I put together a guide on building a command-line tool for generating dummy data using the Swift Package Manager. With SPM, creating CLI tools becomes much simpler, especially since we can build them directly in Swift.