gem.sh gem.sh
Home Gems Types Docs Community
  • Modules

    • module Bashly
    • module Bashly::AssetHelper
    • module Bashly::Commands
    • module Bashly::Completions
    • module Bashly::Completions::Command
    • module Bashly::Completions::Flag
    • module Bashly::ComposeRefinements
    • module Bashly::Libraries
    • module Bashly::Renderable
    • module Bashly::Script
    • module Bashly::Script::Introspection
    • module Bashly::Script::Introspection::Arguments
    • module Bashly::Script::Introspection::Commands
    • module Bashly::Script::Introspection::Dependencies
    • module Bashly::Script::Introspection::EnvironmentVariables
    • module Bashly::Script::Introspection::Examples
    • module Bashly::Script::Introspection::Flags
    • module Bashly::Script::Introspection::Variables
    • module Bashly::Script::Introspection::Visibility
    • module Bashly::ValidationHelpers
    • module YAML
  • Classes

    • class Array
    • class Bashly::CLI
    • class Bashly::Commands::Add
    • class Bashly::Commands::Base
    • class Bashly::Commands::Completions
    • class Bashly::Commands::Doc
    • class Bashly::Commands::Generate
    • class Bashly::Commands::Init
    • class Bashly::Commands::Preview
    • class Bashly::Commands::Render
    • class Bashly::Commands::Shell
    • class Bashly::Commands::Validate
    • class Bashly::Config
    • class Bashly::ConfigValidator
    • class Bashly::ConfigurationError
    • class Bashly::Error
    • class Bashly::IndentationHelper
    • class Bashly::InitError
    • class Bashly::Interrupt
    • class Bashly::Libraries::Base
    • class Bashly::Libraries::CompletionsFunction
    • class Bashly::Libraries::CompletionsScript
    • class Bashly::Libraries::CompletionsYAML
    • class Bashly::Libraries::Help
    • class Bashly::Library
    • class Bashly::LibrarySource
    • class Bashly::LibrarySourceConfig
    • class Bashly::MessageStrings
    • class Bashly::RenderContext
    • class Bashly::RenderSource
    • class Bashly::Script::Argument
    • class Bashly::Script::Base
    • class Bashly::Script::CatchAll
    • class Bashly::Script::Command
    • class Bashly::Script::Dependency
    • class Bashly::Script::EnvironmentVariable
    • class Bashly::Script::Flag
    • class Bashly::Script::Formatter
    • class Bashly::Script::Variable
    • class Bashly::Script::Wrapper
    • class Bashly::Settings
    • class File
    • class String
    Overview
    H
    Home
    R
    Reference
    T
    Types
    C
    Changelogs
  • Documentation
    • README
    • Readme
  • More
    • Versions
    • Source
    • Playground
    • Stats
    • Metadata
    • Wiki
    • Announcements
    Community
    • Articles
    • Tutorials
    • Videos
    • Community
  1. Gems
  2. bashly
  3. 1.3.1
  4. module Bashly

module Bashly

Modules in this namespace

AssetHelper

module

in Bashly

Commands

module

in Bashly

Completions

module

in Bashly

ComposeRefinements

module

in Bashly

Libraries

module

in Bashly

Renderable

module

in Bashly

Script

module

in Bashly

ValidationHelpers

module

in Bashly

Classes in this namespace

CLI

class

in Bashly

Config

class

in Bashly

ConfigValidator

class

in Bashly

ConfigurationError

class

in Bashly

Error

class

in Bashly

IndentationHelper

class

in Bashly

InitError

class

in Bashly

Interrupt

class

in Bashly

Library

class

in Bashly

LibrarySource

class

in Bashly

LibrarySourceConfig

class

in Bashly

MessageStrings

class

in Bashly

RenderContext

class

in Bashly

RenderSource

class

in Bashly

Settings

class

in Bashly

Modules

  • Bashly::AssetHelper
  • Bashly::Commands
  • Bashly::Completions
  • Bashly::ComposeRefinements
  • Bashly::Libraries
  • Bashly::Renderable
  • Bashly::Script
  • Bashly::ValidationHelpers

Classes

  • Bashly::CLI
  • Bashly::Config
  • Bashly::ConfigValidator
  • Bashly::ConfigurationError
  • Bashly::Error
  • Bashly::IndentationHelper
  • Bashly::InitError
  • Bashly::Interrupt
  • Bashly::Library
  • Bashly::LibrarySource
  • Bashly::LibrarySourceConfig
  • Bashly::MessageStrings
  • Bashly::RenderContext
  • Bashly::RenderSource
  • Bashly::Settings

Defined in

  • lib/bashly.rb
  • lib/bashly/cli.rb
  • lib/bashly/commands/add.rb
  • lib/bashly/commands/base.rb
  • lib/bashly/commands/completions.rb
  • lib/bashly/commands/doc.rb
  • lib/bashly/commands/generate.rb
  • lib/bashly/commands/init.rb
  • lib/bashly/commands/preview.rb
  • lib/bashly/commands/render.rb
  • lib/bashly/commands/shell.rb
  • lib/bashly/commands/validate.rb
  • lib/bashly/concerns/asset_helper.rb
  • lib/bashly/concerns/completions.rb
  • lib/bashly/concerns/indentation_helper.rb
  • lib/bashly/concerns/renderable.rb
  • lib/bashly/concerns/validation_helpers.rb
  • lib/bashly/config.rb
  • lib/bashly/config_validator.rb
  • lib/bashly/exceptions.rb
  • lib/bashly/libraries/base.rb
  • lib/bashly/libraries/completions/completions_function.rb
  • lib/bashly/libraries/completions/completions_script.rb
  • lib/bashly/libraries/completions/completions_yaml.rb
  • lib/bashly/libraries/help/help.rb
  • lib/bashly/library.rb
  • lib/bashly/library_source.rb
  • lib/bashly/library_source_config.rb
  • lib/bashly/message_strings.rb
  • lib/bashly/refinements/compose_refinements.rb
  • lib/bashly/render_context.rb
  • lib/bashly/render_source.rb
  • lib/bashly/script/argument.rb
  • lib/bashly/script/base.rb
  • lib/bashly/script/catch_all.rb
  • lib/bashly/script/command.rb
  • lib/bashly/script/dependency.rb
  • lib/bashly/script/environment_variable.rb
  • lib/bashly/script/flag.rb
  • lib/bashly/script/formatter.rb
  • lib/bashly/script/introspection/arguments.rb
  • lib/bashly/script/introspection/commands.rb
  • lib/bashly/script/introspection/dependencies.rb
  • lib/bashly/script/introspection/environment_variables.rb
  • lib/bashly/script/introspection/examples.rb
  • lib/bashly/script/introspection/flags.rb
  • lib/bashly/script/introspection/variables.rb
  • lib/bashly/script/introspection/visibility.rb
  • lib/bashly/script/variable.rb
  • lib/bashly/script/wrapper.rb
  • lib/bashly/settings.rb
  • lib/bashly/version.rb
Home
Gems
Docs
Contribute
Monitoring
Twitter GitHub Mastodon

© 2025 gem.sh - Beautiful documentation for any Ruby gem