All Projects → mkchoi212 → Xcperfect

mkchoi212 / Xcperfect

Licence: mit
Make your xccov outputs prettier ✨

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Xcperfect

Xcov
Nice code coverage reporting without hassle
Stars: ✭ 467 (+733.93%)
Mutual labels:  command-line-tool, xcode, coverage
Marathon
[DEPRECATED] Marathon makes it easy to write, run and manage your Swift scripts 🏃
Stars: ✭ 1,889 (+3273.21%)
Mutual labels:  command-line-tool, xcode
Suitcase
A flexible command line tool for instantly deploying user interfaces for simple commands and scripts.
Stars: ✭ 1,287 (+2198.21%)
Mutual labels:  command-line-tool, xcode
Fengniao
A command line tool for cleaning unused resources in Xcode.
Stars: ✭ 2,852 (+4992.86%)
Mutual labels:  command-line-tool, xcode
Stylesync
A command line tool to extract shared styles from a Sketch document, and generate native code for any platform.
Stars: ✭ 382 (+582.14%)
Mutual labels:  command-line-tool, xcode
Hmap
hmap is a command line tool written in Swift to work with Clang header maps produced by Xcode.
Stars: ✭ 110 (+96.43%)
Mutual labels:  command-line-tool, xcode
Xcodecoverage
Code coverage for Xcode projects (Objective-C only)
Stars: ✭ 818 (+1360.71%)
Mutual labels:  xcode, coverage
Imagecoordinatespace
UICoordinateSpace for UIImageView image
Stars: ✭ 42 (-25%)
Mutual labels:  xcode, coverage
Note
Quick and easy Command-line tool for taking notes.
Stars: ✭ 49 (-12.5%)
Mutual labels:  command-line-tool
Kahlan
✔️ PHP Test Framework for Freedom, Truth, and Justice
Stars: ✭ 1,065 (+1801.79%)
Mutual labels:  coverage
Vsalert
An drop-in replacement for UIAlertController with more power and better looks.
Stars: ✭ 48 (-14.29%)
Mutual labels:  xcode
Lichobile
lichess.org mobile application
Stars: ✭ 1,043 (+1762.5%)
Mutual labels:  xcode
Ioslocalizationeditor
Simple macOS editor app to help you manage iOS and macOS app localizations by allowing you to edit all the translations side by side
Stars: ✭ 1,066 (+1803.57%)
Mutual labels:  xcode
Example Java Maven
Stars: ✭ 48 (-14.29%)
Mutual labels:  coverage
Rff Cli Example
An example of how to use 🏁 React Final Form in a CLI application with Ink
Stars: ✭ 55 (-1.79%)
Mutual labels:  command-line-tool
Swiftymessenger
Swift toolkit for passing messages between iOS apps and extensions.
Stars: ✭ 48 (-14.29%)
Mutual labels:  xcode
Piggly
PL/pgSQL stored procedure code coverage tool
Stars: ✭ 47 (-16.07%)
Mutual labels:  coverage
Isxcodeopensourceyet.github.io
Is Xcode open source yet?
Stars: ✭ 55 (-1.79%)
Mutual labels:  xcode
Foxify Cli
💻 Firefox Command-Line Theme Manager 🦊 Inspired by spicetify-cli 🔥
Stars: ✭ 55 (-1.79%)
Mutual labels:  command-line-tool
Chxcode
Changes the current Xcode
Stars: ✭ 51 (-8.93%)
Mutual labels:  xcode



Installation

$ gem install xcperfect

Usage

  • Pipe
$ xcrun xccov --json [options] | xcperfect [options]
  • Feed it in via flags
$ xcperfect [--file | -f] report.json [options]

⚠️ Please note that xcperfect only takes in xccov's --json output

Formats

  • --all, -a Default

All

  • --simple, -s

Simple

  • --html (COMING SOON)

⚙️ Options

  • --[no]-color: turn on or off coloring (default is on)
  • --[no]-utf8: turn on or off usage of UTF-8 for output (default is on)
  • -t, --targets=x,y,z: choose targets to generate reports for

✋ Contributing

This is an open source project so feel free to contribute by

Note

The name xcperfect is not trying to convey that the code is perfect by any means. The code is far from perfect as this is my first Ruby project; PRs are welcome and appreciated 😀

❗ Fun fact! xcperfect has only one dependency - rouge - for syntax highlighting. So if you are already using xcpretty, no additional dependencies are required

LICENSE

LICENSE.md

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].