Utility for downloading artifacts from different versions of Electron
prebuild treesitter wasm binaries for everyone
Get the name and version of a macOS release from the Darwin version
Rewrite element with rehype.
CodeMirror component for React.
A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
React Native Network Info API for iOS & Android
A Node.js module for sending notifications on native Mac, Windows (post and pre 8) and Linux (or Growl as fallback)
Basic configuration for the CodeMirror6 code editor.
Themes for CodeMirror.
Alerts are a Markdown extension based on the blockquote syntax that you can use to emphasize critical information.
New syntax to add attributes to Markdown.
Copy to clipboard.
👷 workerd for macOS ARM 64-bit, Cloudflare's JavaScript/Wasm Runtime
React component preview markdown text in web browser. The minimal amount of CSS to replicate the GitHub Markdown style.
Pulumi's Node.js SDK
Ignore content display via HTML comments, Shown in GitHub readme, excluded in HTML.
The macOS ARM 64-bit binary for esbuild, a JavaScript bundler.
Cross platform children list of a PID
Compiles and stores base binaries for pkg
Node.js native addon build tool
👷 workerd for macOS 64-bit, Cloudflare's JavaScript/Wasm Runtime
JSON viewer for react.
No description provided.
A collection of macOS artifacts
OCRAN (One-Click Ruby Application Next) packages Ruby applications for distribution. It bundles your script, the Ruby interpreter, gems, and native libraries into a self-contained artifact that runs without requiring Ruby to be installed on the target machine. Three output formats are supported on all platforms: - Self-extracting executable (.exe on Windows, native binary on Linux/macOS) - Directory with a launch script (--output-dir) - Zip archive with a launch script (--output-zip) This is a fork of OCRA maintained for Ruby 3.2+ compatibility. Migration guide: replace OCRA_EXECUTABLE with OCRAN_EXECUTABLE in your code. Usage: ocran helloworld.rb # builds helloworld.exe / helloworld ocran --output-dir out/ app.rb ocran --output-zip app.zip app.rb See readme at https://github.com/largo/ocran Report problems at https://github.com/largo/ocran/issues