docs: readme improvements
Taylor makes beautiful words happen, a Lorem Ipsum generator for Swift.
Please see see the WWDC presentation for instructions on using Swift packages in your application.
Use https://github.com/artisanfcode/swift-taylor.git as url for the Taylor package dependency.
https://github.com/artisanfcode/swift-taylor.git
Taylor
Taylor provides static methods for generating different types of text.
Generate lowercase words of either a fixed or random length seperated by a space.
let one = Taylor.word() let ten = Taylor.words(10) let fiveToTen = Taylor.words(5...10)
Generate capitalised sentences of either fixed or random length, each ending in a period.
let one = Taylor.sentence() let ten = Taylor.sentences(10) let fiveToTen = Taylor.sentences(5...10)
Generate paragraphs of sentences, either fixed or random length, each seperated by a newline.
let one = Taylor.paragraph() let ten = Taylor.paragraphs(10) let fiveToTen = Taylor.paragraphs(5...10)
Generate a capitalised title.
let title = Taylor.title()
This project is licensed under the MIT licence.
All documentation and images are licenced under the Creative Commons Attribution-ShareAlike 4.0 International License.
This project uses Semantic Versioning.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
Taylor.swift
Taylor makes beautiful words happen, a Lorem Ipsum generator for Swift.
🛠 Installing
Swift Package Manager
Please see see the WWDC presentation for instructions on using Swift packages in your application.
Use
https://github.com/artisanfcode/swift-taylor.git
as url for theTaylor
package dependency.🎓 Usage
Taylor provides static methods for generating different types of text.
Words
Generate lowercase words of either a fixed or random length seperated by a space.
Sentences
Generate capitalised sentences of either fixed or random length, each ending in a period.
Paragraphs
Generate paragraphs of sentences, either fixed or random length, each seperated by a newline.
Titles
Generate a capitalised title.
⚖️ Licence
This project is licensed under the MIT licence.
All documentation and images are licenced under the Creative Commons Attribution-ShareAlike 4.0 International License.
📝 Meta
This project uses Semantic Versioning.