https://github.com/CocoaPods/Cork
A delightful CLI UI module.
https://github.com/CocoaPods/Cork
Keywords from Contributors
cocoapods dependency-manager mac objective-c bitbucket ci circle code-review danger gitlab
Last synced: about 2 hours ago
JSON representation
Repository metadata
A delightful CLI UI module.
- Host: GitHub
- URL: https://github.com/CocoaPods/Cork
- Owner: CocoaPods
- License: mit
- Created: 2015-07-14T18:02:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-11-20T18:05:55.000Z (3 months ago)
- Last Synced: 2026-02-25T13:49:02.397Z (6 days ago)
- Language: Ruby
- Homepage:
- Size: 63.5 KB
- Stars: 22
- Watchers: 5
- Forks: 4
- Open Issues: 4
- Releases: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
README.md
Cork
A delightful CLI UI module.
Usage
board = Cork::Board.new()
You can use Cork to print simple messages.
board.puts('Hello World')
You can use notice to print notices to the user colored in green.
board.notice("We're out of 🍷.")
This is an example of Cork used to build a simple list.
board.section('Types of Wine') do
board.labeled('Red', ['Shiraz', 'Merlot'])
board.labeled('White', ['Gewürztraminer', 'Riesling'])
end
Types of Wine
- Red:
- Shiraz
- Merlot
- White:
- Gewürztraminer
- Riesling
This is an example of Cork used to print a warning with actions the user can take.
board.warn('Merlot is down to 1 oz', [
'Purchase some more.'
])
board.print_warnings
[!] Merlot is down to 1 oz
- Purchase some more.
Owner metadata
- Name: CocoaPods
- Login: CocoaPods
- Email:
- Kind: organization
- Description: A Swift & Objective C Dependency Manager
- Website: https://cocoapods.org
- Location:
- Twitter: CocoaPods
- Company:
- Icon url: https://avatars.githubusercontent.com/u/1189714?v=4
- Repositories: 69
- Last ynced at: 2024-10-30T03:50:16.591Z
- Profile URL: https://github.com/CocoaPods
GitHub Events
Total
- Issue comment event: 1
Last Year
- Issue comment event: 1
Committers metadata
Last synced: 1 day ago
Total Commits: 67
Total Committers: 7
Avg Commits per committer: 9.571
Development Distribution Score (DDS): 0.254
Commits in past year: 1
Committers in past year: 1
Avg Commits per committer in past year: 1.0
Development Distribution Score (DDS) in past year: 0.0
| Name | Commits | |
|---|---|---|
| Karla-Sandoval-Sandoval | k****l@g****m | 50 |
| Samuel E. Giddins | s****s@s****e | 6 |
| Orta Therox | o****x@g****m | 5 |
| Dimitris Koutsogiorgas | d****s@s****m | 3 |
| Kyle Fuller | i****x@k****k | 1 |
| Egor Iskrenkov | e****r@i****e | 1 |
| Dimitris Koutsogiorgas | d****s@d****l | 1 |
Committer domains:
- iskrenkov.me: 1
- kylefuller.co.uk: 1
- squareup.com: 1
- segiddins.me: 1
Issue and Pull Request metadata
Last synced: 8 days ago
Total issues: 7
Total pull requests: 12
Average time to close issues: about 2 months
Average time to close pull requests: 2 months
Total issue authors: 5
Total pull request authors: 6
Average comments per issue: 2.86
Average comments per pull request: 2.25
Merged pull request: 6
Bot issues: 0
Bot pull requests: 3
Past year issues: 0
Past year pull requests: 1
Past year average time to close issues: N/A
Past year average time to close pull requests: about 3 hours
Past year issue authors: 0
Past year pull request authors: 1
Past year average comments per issue: 0
Past year average comments per pull request: 3.0
Past year merged pull request: 1
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- jcampbell05 (2)
- segiddins (2)
- orta (1)
- maximkhatskevich (1)
- samdmarshall (1)
Top Pull Request Authors
- dependabot[bot] (3)
- orta (3)
- Karla-Isabel-Sandoval (3)
- eiskrenkov (1)
- segiddins (1)
- SlaunchaMan (1)
Top Issue Labels
Top Pull Request Labels
- dependencies (3)
Package metadata
- Total packages: 2
-
Total downloads:
- rubygems: 212,345,793 total
- Total docker downloads: 899,398,898
- Total dependent packages: 8 (may contain duplicates)
- Total dependent repositories: 2,419 (may contain duplicates)
- Total versions: 6
- Total maintainers: 6
gem.coop: cork
A delightful CLI UI module.
- Homepage: https://github.com/CocoaPods/Cork
- Documentation: http://www.rubydoc.info/gems/cork/
- Licenses: MIT
- Latest release: 0.3.0 (published almost 9 years ago)
- Last Synced: 2026-03-03T17:28:28.973Z (about 5 hours ago)
- Versions: 3
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 106,234,281 Total
- Docker Downloads: 449,699,449
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 0.122%
- Downloads: 0.239%
- Docker downloads count: 0.247%
- Maintainers (6)
rubygems.org: cork
A delightful CLI UI module.
- Homepage: https://github.com/CocoaPods/Cork
- Documentation: http://www.rubydoc.info/gems/cork/
- Licenses: MIT
- Latest release: 0.3.0 (published almost 9 years ago)
- Last Synced: 2026-03-01T20:01:30.272Z (2 days ago)
- Versions: 3
- Dependent Packages: 8
- Dependent Repositories: 2,419
- Downloads: 106,111,512 Total
- Docker Downloads: 449,699,449
-
Rankings:
- Downloads: 0.33%
- Docker downloads count: 0.343%
- Dependent repos count: 0.641%
- Dependent packages count: 2.044%
- Average: 4.431%
- Stargazers count: 11.117%
- Forks count: 12.112%
- Maintainers (6)
Dependencies
- bacon >= 0 development
- codecov >= 0 development
- mocha >= 0 development
- mocha-on-bacon >= 0 development
- prettybacon >= 0 development
- rake >= 0 development
- rubocop >= 0 development
- ast 2.0.0
- astrolabe 1.3.1
- bacon 1.2.0
- codecov 0.6.0
- colored2 3.1.2
- cork 0.3.0
- docile 1.4.0
- metaclass 0.0.4
- mocha 1.1.0
- mocha-on-bacon 0.2.2
- parser 2.2.2.6
- powerpack 0.1.1
- prettybacon 0.0.2
- rainbow 2.0.0
- rake 10.4.2
- rubocop 0.32.1
- ruby-progressbar 1.7.5
- simplecov 0.21.2
- simplecov-html 0.12.3
- simplecov_json_formatter 0.1.3
- bacon ~> 1.1 development
- bundler ~> 1.3 development
- rake >= 10.0 development
- colored2 ~> 3.1
Score: 26.033205652706897