Package gem-prettier: Information

    Source package: gem-prettier
    Version: 4.0.4-alt1
    Latest version according to Repology
    Build time:  Dec 13, 2024, 03:13 AM in the task #350304
    Category: Development/Ruby
    Report package bug
    License: MIT
    Summary: prettier plugin for the Ruby programming language
    Description: 
    @prettier/plugin-ruby is a prettier plugin for the Ruby programming language and
    its ecosystem. prettier is an opinionated code formatter that supports multiple
    languages and integrates with most editors. The idea is to eliminate discussions
    of style in code review and allow developers to get back to thinking about code
    design instead.
    
    The @prettier/plugin-ruby plugin for prettier is a small wrapper around the
    Syntax Tree gem that provides a Ruby formatter for prettier. It does this by
    keeping a Ruby server running in that background that prettier can communicate
    with when it needs to format a Ruby file. This means that in order to function,
    you will need to have both the requisite node and ruby dependencies installed.
    Because of this configuration, there are a couple of ways that you can get setup
    to use this plugin.
    
    * If you're already using prettier in your project to format other files in your
      project and want to install this as a plugin, you can install it using npm.
    * If you're not using prettier yet in your project, then we recommend using the
      Syntax Tree gem directly instead of using this plugin.
    * Note that this plugin also ships a gem named prettier which is a wrapper
      around the prettier CLI and includes this plugin by default, but we no longer
      recommend its use. If you're using that gem, you should migrate to using
      Syntax Tree instead.

    List of RPM packages built from this SRPM:
    gem-prettier (noarch)
    gem-prettier-devel (noarch)
    gem-prettier-doc (noarch)
    rbprettier (noarch)


    List of contributors:
    Pavel Skrylev

    ACL:
    Pavel Skrylev
    @ruby
    @everybody

      1. gem(bundler) >= 0
      2. gem(minitest) >= 0
      3. gem(rake) >= 0
      4. gem(syntax_tree) >= 4.0.1
      5. gem(syntax_tree-haml) >= 2.0.0
      6. gem(syntax_tree-rbs) >= 0.2.0
      7. rpm-build-ruby

    Last changed


    Dec. 11, 2024 Pavel Skrylev 4.0.4-alt1
    - + packaged gem with Ruby Policy 2.0
    - * define explicit dependencies