Human-friendly terminal logs for the Lesli Platform
Quick start
# Add LesliAdmin engine gem
bundle add termline
Usage
Termline.msg "Hello world"
Termline.info "Server started"
Termline.success "All tests passed"
Termline.warning "Low disk space"
Termline.danger "Something failed"
Termline.br
Termline.table([
{ name: "Luis", role: "Admin", status: "Active" },
{ name: "Ana", role: "Developer", status: "Pending" }
])
Result:

Documentation
Connect with Lesli
License
Copyright (c) 2026, Lesli Technologies, S. A.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
The Open-Source SaaS Development Framework for Ruby on Rails.
Last Update: 2026/03/25