Ecosyste.ms: Funds
An open API service for providing issue and pull request metadata for open source projects.
https://github.com/kigster/colored2
Last synced: about 7 hours ago
Repository metadata:
112M downloads and counting! ANSI colors in your terminal, simple as it can be. An updated and maintained fork of the original gem "colored" by @defunkt
- Host: GitHub
- URL: https://github.com/kigster/colored2
- Owner: kigster
- License: mit
- Fork: true (defunkt/colored)
- Created: 2016-03-08T22:47:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-24T02:57:47.000Z (about 1 year ago)
- Last Synced: 2024-08-28T02:43:16.662Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 423 KB
- Stars: 27
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Funding Links:
Owner metadata:
- Name: Konstantin Gredeskoul
- Login: kigster
- Email:
- Kind: user
- Description: Ex-Staff Engineer @ Coinbase & FOSSA, 4x CTO of VC-funded startups. Scaling ● DevOps ● Ruby ● Bazel ● Mentor ● Speaker Wanelo, Coinbase, ModCloth, Blurb, Topica
- Website: https://kig.re/
- Location: San Francisco, CA
- Twitter: kig
- Company: @pioneerworks @ReinventONE @wanelo @fossas @bazelruby
- Icon url: https://avatars.githubusercontent.com/u/259982?u=41fa103dd544970f1bfe407366207ebbdff5dabc&v=4
- Repositories: 63
- Last Synced at: 2023-03-22T13:46:43.538Z
- Profile URL: https://github.com/kigster
- Sponsor URL:
Committers metadata
Last synced: 1 day ago
Total Commits: 42
Total Committers: 6
Avg Commits per committer: 7.0
Development Distribution Score (DDS): 0.548
Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0
Name | Commits | |
---|---|---|
Konstantin Gredeskoul | k****r@g****m | 19 |
Konstantin Gredeskoul | k****g@w****m | 12 |
Chris Wanstrath | c****s@o****g | 6 |
orta | o****x@g****m | 3 |
Caio Chassot | d****v@c****m | 1 |
Tim Meusel | t****m@b****e | 1 |
Issue and Pull Request metadata
Last synced: about 7 hours ago
Package metadata
- Total packages: 2
-
Total downloads:
- rubygems: 157,035,356 total
- Total docker downloads: 601,528,225
- Total dependent packages: 77 (may contain duplicates)
- Total dependent repositories: 34,358 (may contain duplicates)
- Total versions: 12
- Total maintainers: 1
rubygems: colored2
This is a heavily modified fork of http://github.com/defunkt/colored gem, with many sensible pull requests combined. Since the authors of the original gem no longer support it, this might, perhaps, be considered a good alternative. Simple gem that adds various color methods to String class, and can be used as follows: require 'colored2' puts 'this is red'.red puts 'this is red with a yellow background'.red.on.yellow puts 'this is red with and italic'.red.italic puts 'this is green bold'.green.bold << ' and regular'.green puts 'this is really bold blue on white but reversed'.bold.blue.on.white.reversed puts 'this is regular, but '.red! << 'this is red '.yellow! << ' and yellow.'.no_color! puts ('this is regular, but '.red! do 'this is red '.yellow! do ' and yellow.'.no_color! end end)
- Homepage: http://github.com/kigster/colored2
- Documentation: http://www.rubydoc.info/gems/colored2/
- Licenses: MIT
- Latest release: 4.0.0 (published about 1 year ago)
- Last Synced: 2024-11-08T20:30:50.952Z (1 day ago)
- Versions: 4
- Dependent Packages: 77
- Dependent Repositories: 34,358
- Downloads: 157,035,356 Total
- Docker Downloads: 601,528,225
-
Rankings:
- Downloads: 0.131%
- Dependent repos count: 0.18%
- Docker downloads count: 0.197%
- Dependent packages count: 0.386%
- Average: 3.342%
- Forks count: 9.168%
- Stargazers count: 9.992%
- Maintainers (1)
go: github.com/kigster/colored2
- Homepage:
- Documentation: https://pkg.go.dev/github.com/kigster/colored2#section-documentation
- Licenses: mit
- Latest release: v4.0.0+incompatible (published about 1 year ago)
- Last Synced: 2024-11-08T20:30:51.185Z (1 day ago)
- Versions: 8
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Forks count: 6.637%
- Stargazers count: 7.14%
- Average: 8.539%
- Dependent packages count: 9.576%
- Dependent repos count: 10.802%