Files
trmnl-liquid/bin/console
T
Brooke Kuhlmann a380587bbf Updated console script to load environment
Necessary to ensure you can jump into the console with minimal effort, library loaded, and debugging tools loaded.

Milestone: minor
2026-01-29 08:46:03 -07:00

11 lines
157 B
Ruby
Executable File

#! /usr/bin/env ruby
# frozen_string_literal: true
require "bundler/setup"
Bundler.require :tools
require "irb"
require "trmnl/liquid"
IRB.start __FILE__