An api for create routing controllers in nextjs
Stimulus integration bridge for Symfony projects
Vite.js helpers for the Stimulus JavaScript framework
Controllers for MetaMask Snaps
HMR for Stimulus controllers in Vite.js, tweak your JS without refreshing the page.
Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)
Sample package to illustrate best practices for controllers
A collection of AI-related controllers
A collection of social related controllers
Create structured, declarative and beautifully organized class-based controllers with heavy decorators usage for Express / Koa using TypeScript.
React utilities for SSR (Server Side Rendering) with headless
Runtime OpenAPI v3 spec generation for routing-controllers
A framework for creating server-driven single page apps.
ReactiveControllers for powering common UI patterns
Provides scaffolding for controllers as well a communication system for all controllers
Terminal and Web console for Kubernetes
Build swagger-compliant REST APIs using TypeScript and Node
ESLint plugin for Next.js.
A React component wrapper for web components.
This is the **x86_64-unknown-linux-gnu** binary for `@next/swc`
An abstraction for themes in your React app.
This is the **linux-x64-musl** binary for `@next/swc`
Stimulus JavaScript framework: webpack helpers
node decorators - decorators for express library
Combine 'pry' with 'byebug'. Adds 'step', 'next', 'finish', 'continue' and 'break' commands to control execution.
Turn Pry into a primitive debugger. Adds 'step' and 'next' commands to control execution.
Bioinformatics. Aggregate FastQC (quality control for Next Generation Sequencing -NGS-) results from many different samples in a single web page, with charts and tables organized and simplified. The main goal is to speed up the communication process with colleagues (PIs, Biologists, BioInformaticians).
Combine 'pry' with 'debugger'. Adds 'step', 'next', and 'continue' commands to control execution.
Combine 'pry' with 'byebug'. Adds 'step', 'next', 'finish', 'continue' and 'break' commands to control execution.
Readapt is a Ruby debugger that natively supports the Debug Adapter Protocol. Features include next/step in/step out, local and global variable data, and individual thread control.
Combine 'pry' with 'byebug'. Adds 'step', 'next', 'finish', 'continue' and 'break' commands to control execution.
Persist your params in session so they are used the next time you call the same controller/action. Works with HasScope.
TNG (Test Next Generation) is a Rails gem that automatically generates comprehensive test files by analyzing your Ruby code using static analysis and AI. It supports models, controllers, and services with intelligent test case generation.
State machines are awesome but sometimes you need a little more. Like who should do what in order for it to move on? How many steps are left? How can I restfully trigger the next event? Self Control adds route helpers, controller actions and a dsl to turn your existing state machines into full workflows. It is designed to use rails 3 with ActiveModel and should work with any state machine with just a few extra methods.
This gem preps a new Rails app with some of the best Rails gems and Jquery sweetness available( Twitter-Bootstrap, Devise, CanCan, Rails Admin, Spreadsheet, ) Not only does it takes care of the installation of these gems, it also extends your scaffolds to give aesthetically improved views. Further, apart from the standard scaffold views, it also creates an AJAX driven integrated view for your scaffold. It dries up your controllers and makes your models friendlier by adding schema stubs and standard validation options. Expect Cucumber integration in our next version