A fake data generator written in Swift. Inspired by and Aspiring to be as amazing as the Ruby gem, Faker.
SwiftyFaker.Name.name -> "Nellie Buckridge Jr."
SwiftyFaker.Lorem.sentence -> "voluptas consequatur magnam harum."
SwiftyFaker.Book.title -> "The Zookeeper and Her Tiger"
SwiftyFaker.Book.author -> "Janie Bashirian"
SwiftyFaker.Book.publisher -> "Parker Publishing"
SwiftyFaker.Book.genre -> "Reference book"
SwiftyFaker.Name.name -> "Mrs. Grant Wilkinson"
SwiftyFaker.Name.firstName -> "Willy"
SwiftyFaker.Name.lastName -> "Rolfson"
SwiftyFaker.Name.prefix -> "Ms."
SwiftyFaker.Name.suffix -> "II"
- Create something awesome, make the code better, add some functionality, whatever (this is the hardest part).
- Fork it
- Create new branch to make your changes
- Commit all your changes to your branch
- Submit a pull request
- There's a ton of people out there way smarter than me, please contribute