
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Basic library for making interactive command-line applications much easier.
Simply
`gem install cli-console`
This library doesn't have any dependencies.
Well actually there's no direct dependencies.
But in reality need HighLine and Readline.
Then why I said there's no dependencies?
Because CLI::Console
will accept any IO class with implements those few functions which currently are provided by HighLine.
Take a look at examples/shell.rb
YARD with markdown is used for documentation (redcarpet
required)
RSpec and simplecov are required, to run tests just rake spec
code coverage will also be generated
Currently everything (all functions, files, text) in this repository are made by me @davispuh and I've dedicated this repository to public domain.
All text, documentation, code and files in this repository are in public domain (including this text, README). It means you can copy, modify, distribute and include in your own work/code, even for commercial purposes, all without asking permission.
Feel free to improve anything what you see is improvable.
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)
Also before sending pull request you acknowledge that you own all copyrights or have authorization to dedicate them to public domain.
If 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.
FAQs
Unknown package
We found that cli-console demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.