Simplify React Native initialization
Minimal mruby ↔ JavaScript bridge for WebAssembly. Run mruby in browsers and Node with a JS::Object DOM/JS interop API.
serverless plugin to package ruby gems
Expanding tildes in paths.
Token-Oriented Object Notation (TOON) - a token-efficient JSON alternative for LLM prompts
Cross-platform and reliable tilde-expansion solution.
A command line tool for creating JSON values
simple and lightweight crate for expanding homedirs and env variables in paths
Config crate for halter
Help protect against malicious build scripts
Expands `~` in a path if present.
Batteries-included scripting utilities for Rust
Simple python virtual environment management
A Nu Shell plugin to interact with Twitch IRC and API, making scripting easier.
Serde-compatible TOON v3.0 encoder/decoder
String#expand_path
A handy dandy autoload / require / load helper for your rubies. Similar to using[1], but with a few differences of opinion, and a bit shorter. Basically, expand path is fine, up until a point. Sometimes there's no point (i.e. when the load path already contains most of the path you're trying to open). When you're writing libs that users might require sub parts with 'libname/sub_part', then expand_path combined with say, rubygems, can lead to double requires. Lets not do that. :-) [1] http://github.com/smtlaissezfaire/using/