# texier **Repository Path**: mirrors_simi/texier ## Basic Information - **Project Name**: texier - **Description**: Texy in Ruby - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-27 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Texier Texy for Ruby ## Installation Add this line to your application's Gemfile: gem 'texier' And then execute: $ bundle Or install it yourself as: $ gem install texier ## Usage ```ruby output = Texier.process(input) ``` ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request