A node package to find the terminal size with one dead simple fallback option
Copy files
Lists the contents of directories in a tree-like format, similar to the Linux tree command.
A plugin for Tailwind CSS v3.2+ that provides utilities for container queries.
Fast, disk space efficient package manager
Create PWA resources for Expo projects
<p align="center"> <img alt="Reactour" title="Reactour" src="https://raw.githubusercontent.com/elrumordelaluz/reactour/main/packages/mask/logo.svg" width="400"> </p> <p align="center"> An SVG mask that cover all the window contents except the one spec
lottie animation view for React
A React and Chakra UI close button component.
<p align="center"> <img alt="Reactour" title="Reactour" src="https://raw.githubusercontent.com/elrumordelaluz/reactour/main/packages/popover/logo.svg" width="400"> </p> <p align="center"> A popover positioned based on certain values </p>
Area Proportional Venn and Euler Diagrams
Generate theme typings for autocomplete
Compact binary encoding for geographic data
Utility for using responsive images hosted on the Sanity.io CDN with the Next.js image component.
A React component to view and switch between on or off states.
An inspection tool for Webpack frontend JavaScript bundles.
A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch.
A collection of UI SVG icons created by Esri for applications.
`pngquant` wrapper that makes it seamlessly available as a local dependency
base class for Heroku CLI commands
A React component that is a base button.
Textarea React component for Chakra UI
A React component for input text field
Show info about files/packages included with your rollup bundle
A CLI utility to track directory sizes over time
Scans a directory recursively, computes file/directory sizes, and generates an HTML report rendered with React.
Terminal tool to analyze GitHub pull request pickup times, merge times, and sizes using the gh CLI.
Mitty is a CLI that allows you to painlessly process and resize images (using ImageMagick via RMagick) and upload them to an AWS S3 bucket of your choosing. Mitty currently can generate thumbnails as well as both high and low quality images of varying sizes.
Ravanello is the cli for analyze keys in redis and size of it's values. Example of usage: ```bash gem install ravanello ravanello --version REDIS_URL="redis://localhost/db" ravanello analyze --rules rules.yml ``` The rules files specifies the structure of the redis keys (splitted by :) and should looks like this: ```yml rules: resque: - 'delayed' - 'resque-retry' - 'timestamps' - 'lock' - 'meta' ``` After analyzing you will get the report in console: ``` Q-ty Size Key (sample) 4 24 * (hello) 1 6 denormalized:companies:* (denormalized:companies:99585213) ```
A comprehensive Ruby tool for building and optimizing documentation for Large Language Models. Features include: generating llms.txt files from documentation directories with automatic file prioritization, transforming individual markdown files by expanding relative links to absolute URLs, bulk transforming entire documentation trees with customizable exclusion patterns, comparing content sizes to measure context window savings, and serving LLM-optimized documentation. Provides both CLI and Ruby API with configuration file support.
Molder is a handy command line tool for generating and running (in parallel, using a pool of processes with a configurable size) a set of related and yet different commands. A YAML file defines both the attributes and the command template, and Molder then merges the two with CLI arguments to give you a consistent set of commands for, eg. provisioning thousands of virtual hosts in a cloud. The gem is not limnited to any particular cloud, tool, or a command, and can be used across various domains to generate a consistent set of commands based on the YAML-supplied attributes and templates, that might vary across custom dimensions. For example, you could generate 600 provisioning commands for hosts in EC2, numbered from 1 to 100, but constrained to the zones "a", "b", "c", and data centers "dc" (values: ['us-west2', 'us-east1' ]). Behind the scenes Molder uses another Ruby gem Parallel — for actually running the provisioning commands.