Sha256: 2942b0301ef177c9d48d98aab87c0475d1ef2cb24a06b15377a2fa2c241133f4
Contents?: true
Size: 287 Bytes
Versions: 4
Compression:
Stored size: 287 Bytes
Contents
#!/usr/bin/env jruby # frozen_string_literal: true require 'structurizr' require 'structurizr/repl' require 'ruby-next/pry' application = Structurizr::REPL::Application.new(ARGV) application.parse_workspace_path! application.prepare_context! application.setup_pry! application.start
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
structurizr-1.29.0-java | exe/structurizr-repl |
structurizr-1.26.1-java | exe/structurizr-repl |
structurizr-1.0.0.rc.2 | exe/structurizr-repl |
structurizr-1.0.0.rc.1 | exe/structurizr-repl |