This project is licensed under the MIT License - see the LICENSE.md file for details
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- TextTable - TextTable
- ArgumentParser - Swift Argument Parser
Swift 5.2
Package Manager
.package(url: "https://gitlab.com/thecb4/blanket.git", .branch("master"))
using this is very straight forward
with mint
mint run https://gitlab.com/thecb4/blanket blanket
after the initial run
mint run blanket
And results look like
🌱 Finding latest version of blanket
🌱 blanket 0.1.1 already installed
🌱 Running blanket 0.1.1...
╒════════════════════════════════════════════╤═════════╤═════════════════╤════════════╤═══════════╤═══════════════════╤════════════╤═══════╤═══════════════╤════════════╕
│ File │ Regions │ Region Coverage │ Coverage % │ Functions │ Function Coverage │ Coverage % │ Lines │ Line Coverage │ Coverage % │
╞════════════════════════════════════════════╪═════════╪═════════════════╪════════════╪═══════════╪═══════════════════╪════════════╪═══════╪═══════════════╪════════════╡
│ Sources/BlanketCLI/CLI.swift │ 14 │ 11 │ 78 │ 10 │ 9 │ 90 │ 40 │ 37 │ 92 │
├────────────────────────────────────────────┼─────────┼─────────────────┼────────────┼───────────┼───────────────────┼────────────┼───────┼───────────────┼────────────┤
│ Sources/BlanketKit/Blanket.swift │ 147 │ 6 │ 4 │ 29 │ 3 │ 10 │ 274 │ 26 │ 9 │
├────────────────────────────────────────────┼─────────┼─────────────────┼────────────┼───────────┼───────────────────┼────────────┼───────┼───────────────┼────────────┤
│ Sources/BlanketKit/CoverageSummary.swift │ 8 │ 8 │ 100 │ 8 │ 8 │ 100 │ 25 │ 25 │ 100 │
├────────────────────────────────────────────┼─────────┼─────────────────┼────────────┼───────────┼───────────────────┼────────────┼───────┼───────────────┼────────────┤
│ Sources/BlanketKit/String+Extensions.swift │ 5 │ 4 │ 80 │ 1 │ 1 │ 100 │ 10 │ 10 │ 100 │
├────────────────────────────────────────────┼─────────┼─────────────────┼────────────┼───────────┼───────────────────┼────────────┼───────┼───────────────┼────────────┤
│ Sources/BlanketKit/Transformer.swift │ 13 │ 13 │ 100 │ 13 │ 13 │ 100 │ 43 │ 43 │ 100 │
├────────────────────────────────────────────┼─────────┼─────────────────┼────────────┼───────────┼───────────────────┼────────────┼───────┼───────────────┼────────────┤
│ Total │ 187 │ 42 │ 100 │ 61 │ 34 │ 55 │ 392 │ 141 │ 35 │
╘════════════════════════════════════════════╧═════════╧═════════════════╧════════════╧═══════════╧═══════════════════╧════════════╧═══════╧═══════════════╧════════════╛
Explain what these tests test and why
swift test
Documentation can be found here
We use SemVer for versioning. For the versions available, see the tags on this repository.
Please read ROADMAP for an outline of how we would like to evolve the library.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for changes to us.
Please read CHANGELOG for details on changes to the library.
- 'Cavelle Benjamin' - Initial work - thecb4
- icon made by SmashIcons from Flaticon
- Docs generated by swift-doc originally created by mattt