A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.
For ruby and ruby on rails
TypeScript library for processing Ansible documentation markup
Ruby SemVer in TypeScript.
Convention over configuration for using Vite in Ruby apps
Like ruby's abbrev module, but in js
A framework for building applications using PatternFly.
Ansible language server
Ruby grammar for tree-sitter
prettier plugin for the Ruby programming language
WebSocket framework for Ruby on Rails.
An ansible vault compatible en- and decryption library for javascript
bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.
Convention over configuration for using Vite in Rails apps
JavaScript client for graphql-ruby
realistic password strength estimation
A Stimulus Wrapper for Flatpickr library
Provide I18n to your React Native application
Prism Ruby parser
A pure JavaScript implementation of Sass.
## Installation
Ruby on Rails unobtrusive scripting adapter
Compass stylesheets
A lightweight Sass tool set.
Creates a Ruby DSL that compiles .rb files to Ansible YML on a file by file basis
A ruby implementation of Ansible's vault utilities. Currently supports the AES256 variant, no support for the original AESformat is planned.
A lightweight Ruby wrapper around Ansible that allows for ad-hoc commands and playbook execution.
dank emoji
AnsibleModule is a Ruby class that provides basic functionalities as an Ansible module.
ansibler is a Ruby gem that provides utility classes for modeling, reading and writing Ansible inventory and playbook files.
Ruby wrapper for the Ansible Galaxy HTTP API
Expand hostlist expression like those defined in pdsh or Ansible inventory files. An expression like "host-[1-3].com" will expand into an array containing the elements host-1.com, host-2.com and host-3.com See https://github.com/udondan/hostlist_expression-ruby for documentation
Simple chef-inspired configuration management tool. While chef is awesome, it has crazy high requirements (mainly memory-wise) for managing like 8 devices I have. Ansible would be great IF all my devices were reachable, however some are behind NATs. Jibril tries to solve both issue. It's designed to be light on the server (raspberry pi is enough), with one server (so NATs are not an issue) and ruby DSL for the configuration scripts (so like chef, I don't like the way ansible uses yaml for this).
cartage-bundler is a plug-in for {cartage}[https://github.com/KineticCafe/cartage] that uses Ruby {Bundler}[http://bundler.io] to install application dependencies into the <tt>vendor/bundle</tt> path to allow for clean deployments in environments with strict access control rules and without requiring development tools on production servers. Cartage provides a repeatable means to create a package for a server-side application that can be used in deployment with a configuration tool like Ansible, Chef, Puppet, or Salt.
Colonize is a simple provisioning tool for Vagrant. Since shell scripts can get difficult and Colonizeing systems like Puppet, Chef and/or Ansible can be too much for simple projects. I decided to write Colonize to cover the middleground. Colonize is written in Ruby and uses a Ruby-typical configuration file simply because Vagrant already is using Ruby and I think it uneccessary for anyone to have to learn another language only to configure a simple virtual machine. Colonize currently is WIP. It's not documented very much, nor are there many services implemented.
This release is the *last* version of cartage-rack. It will be replaced with a different tool in the future, but this release will allow installation in modern Ruby versions. cartage-rack is a plug-in for {cartage}[https://github.com/KineticCafe/cartage] to provide a Rack application that reports on release metadata. Cartage provides a repeatable means to create a package for a Rails application that can be used in deployment with a configuration tool like Ansible, Chef, Puppet, or Salt. The package is created with its dependencies bundled in +vendor/bundle+, so it can be deployed in environments with strict access control rules and without requiring development tool access.