{"id":16854504,"url":"https://github.com/davispuh/cli-console","last_synced_at":"2025-03-17T05:32:14.078Z","repository":{"id":7221104,"uuid":"8528400","full_name":"davispuh/CLI-Console","owner":"davispuh","description":"Basic library for making interactive command-line applications much easier in Ruby","archived":false,"fork":false,"pushed_at":"2016-07-04T21:50:06.000Z","size":36,"stargazers_count":39,"open_issues_count":1,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-08T11:52:18.393Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/cli-console","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davispuh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-03-02T22:57:02.000Z","updated_at":"2025-01-19T11:27:48.000Z","dependencies_parsed_at":"2022-09-04T23:00:29.882Z","dependency_job_id":null,"html_url":"https://github.com/davispuh/CLI-Console","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davispuh%2FCLI-Console","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davispuh%2FCLI-Console/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davispuh%2FCLI-Console/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davispuh%2FCLI-Console/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davispuh","download_url":"https://codeload.github.com/davispuh/CLI-Console/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243846976,"owners_count":20357294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T13:55:39.983Z","updated_at":"2025-03-17T05:32:13.619Z","avatar_url":"https://github.com/davispuh.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CLI::Console\n[![Gem Version](https://badge.fury.io/rb/cli-console.png)](http://badge.fury.io/rb/cli-console)\n\nBasic library for making interactive command-line applications much easier.\n\n\n## Features\n\n* Easy way to add commands and help info to them so it can be shown to user.\n* Auto-completion for commands.\n* Command aliasing.\n\n\n## Installation\n\nSimply\n\n`gem install cli-console`\n\n### Dependecies\n\nThis library doesn't have any dependencies.\nWell actually there are no direct dependencies.\nIn reality you do need [HighLine](http://rubygems.org/gems/highline).\nThen why did I say there's no dependencies?\nBecause `CLI::Console` will accept any class implementing those few functions currently provided by HighLine.\n\nAlso, this library requires Ruby version 1.9.x or newer (works fine with 2.0)\n\n## Usage Example\n\nTake a look at [examples/shell.rb](examples/shell.rb)\n\n## Documentation\n\nYARD with markdown is used for documentation\n\n## Specs\n\nRSpec and simplecov are required, to run tests just `rake spec`\ncode coverage will also be generated\n\n## Code status\n\n[![Build Status](https://travis-ci.org/davispuh/CLI-Console.png?branch=master)](https://travis-ci.org/davispuh/CLI-Console)\n[![Dependency Status](https://gemnasium.com/davispuh/CLI-Console.png)](https://gemnasium.com/davispuh/CLI-Console)\n[![Coverage Status](https://coveralls.io/repos/davispuh/CLI-Console/badge.png)](https://coveralls.io/r/davispuh/CLI-Console)\n\n\n## Authors\n\nCurrently almost everything (all functions, files, text) in this repository are made by me @davispuh and I've dedicated this repository to public domain.\n\n\n## Unlicense\n\n![Copyright-Free](http://unlicense.org/pd-icon.png)\n\nAll text, documentation, code and files in this repository are in public domain (including this text, README).\nIt means you can copy, modify, distribute and include in your own work/code, even for commercial purposes, all without asking permission.\n\n[About Unlicense](http://unlicense.org/)\n \n## Contributing\n\nFeel free to improve anything what you see is improvable.\n\n\n**Warning**: By sending pull request to this repository you dedicate any and all copyright interest in pull request (code files and all other) to the public domain. (files will be in public domain even if pull request doesn't get merged)\n\nAlso before sending pull request you acknowledge that you own all copyrights or have authorization to dedicate them to public domain.\n\nIf you don't want to dedicate code to public domain or if you're not allowed to (eg. you don't own required copyrights) then DON'T send pull request.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavispuh%2Fcli-console","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavispuh%2Fcli-console","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavispuh%2Fcli-console/lists"}