A browser-based code editor and UI designer for Enyo 2 projects
Project-generation toolkit for the ares-ide EnyoJS IDE
Command Line Interface for development webOS application and service
Command Line Interface for development webOS application and service
A browser-based code editor and UI designer for Enyo 2 projects
** testastra **
Open JS agent harness built on pi-mono, floosie, xstate, and anentrypoint-design
Automatically recognize the editor by running processes and open the specified file in it.
Escape string for use in HTML
SonarJS rules for ESLint
Mutex locks for async functions
See [Architecture packages](../../docs/development/architecture-packages.md#web-ide) for more information.
Czech & Slovak business registry — look up companies by IČO, search by name, check legal form, address, and VAT status. Direct from ARES (Czech Ministry of Finance), the official source. Fast, free, no reseller markup.
Beautiful interactive TUI manager for webOS development via ares-cli
1Password’s shared Prettier configuration.
TypeScript Language Service Plugin for Workflow SDK
[](https://github.com/mmkal/expect-type/actions/workflows/ci.yml)  [](ht
Maintained for [react-tv](https://github.com/raphamorim/react-tv)
Automated browser testing for the modern web development stack.
snyk library and cli utility
The official, runtime independent Language Service for GraphQL
Codex CLI is a coding agent from OpenAI that runs locally on your computer.
AI-native codebase assessment for Claude Code and AI coding agents
Clones a React element while preserving its original ref
Id of an AR table cleaner. Works for Postgres and Sqlite.
An AR abstract superclass that features a UUID as the default 'id' column, and a generator.
Id of an AR table cleaner. Works for Postgres, MySQL and Sqlite.
An ActiveRecord plugin that allows you to specify a different table identifier (AR's default is the :id field).
On large results of ActiveRecord queries, instanciation + GC of objects has a real cost of allocating memory, setting values, and after all GC garbage ... Inside a without_instanciation block, data is returned as hash of values. Objects instanciation process id skipped and though GC of theses objects too. Performance up to 80% for large query result. Of course, you no longer work with Ruby AR objects in this block.