Helpers for Next.js + Drupal.
Emulate Drupal Attribute in JavaScript.
Drupal's Twig filters, implemented for Twig.js
Drupal JSON-API params
A Lando plugin that provides a tight integration with Drupal.
JavaScript implementation of Drupal’s Twig extensions
Provides a ⚡️ Vite plugin to transform 🌱 Twig into HTML with a 💧 Drupal flavour
Lighthouse Stack Packs
An ESLint plugin to match the Drupal standard for contrib modules and themes.
Gatsby source plugin for building websites using the Drupal CMS as a data source
ESLint bundled with drupal core config
[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [](https://github.com/drunomics/nuxtjs-drupal-c
Drupal ESlint configuration
Drupal CKEditor 5 integration
Act on elements only once.
Drupal stylelint configuration
Framework for integrating the [Webform](https://www.drupal.org/project/webform) module with Next.js applications. This library is capable of rendering simple Webforms out-of-the-box. The functionality can be extended to support advanced features of Webfor
JavaScript implementation of Drupal’s Twig extensions
Drupal Single Directory Components as stories
CLI for managing Radix components in a Drupal theme
Provides a ⚡️ Vite plugin to transform 🌱 Twing.js into HTML with a 💧 Drupal flavour
Cypress commands for Drupal's Test Session module.
This is a [Rollup](https://rollupjs.org) plugin that creates [single directory components](https://www.drupal.org/docs/develop/theming-drupal/using-single-directory-components) for embedding your app in a [Drupal](https://www.drupal.org) module or theme.
Playwright / Drupal integration, supporting fast parallel tests and visual comparisons
Replacement for the rails deploy strategy which ships with Capistrano, allows you to deploy Drupal sites with ease. Based off of Lee Hambley's Railsless Deploy.
Derpy contains a set of tasks for deploying Drupal projects with Capistrano.
A set of tasks for deploying Drupal projects with Capistrano. Includes tasks for configuring apache and mysql
A Drupal Deploy File for Capistrano. Includes site install, database migration; support multiple subsites.
Capistrano is an open source tool for running scripts on multiple servers. It’s primary use is for easily deploying applications. While it was built specifically for deploying Rails apps, it’s pretty simple to customize it to deploy other types of applications. This package is a deployment "recipe" to work with Kraftwagen/Drupal applications.
A set of tasks for deploying Drupal 9, Drupal 8 and Drupal 7 projects with Capistrano and the help of Drush.
[OUTDATED] A collection of capistrano tasks for deploying drupal sites
A Recipe to easily deploy Drupal Applications
didi is a collection of recipes for capistrano that allow drupal to be deployed, tested and used in a CI environment
Drush makefiles are used to build a drupal code base with specific version. This gem focused on deploying with those makefiles
+drupalcluster+ is a command line tool to quickly deploy a Drupal hosting cluster of a scalable amount [2..5] of virtual webservers. !! AWS identity is required for this script !! Your AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY should be either environment variables, or set in ~/.aws/credentials. The configuration file contains additional details for the cluster, including an ssh KeyName that's needed to access the servers. The KeyName defaults to 'Drupal', easiest if it's precreated. $HOME/.drc/drupalcluster.conf This is a demo version only, builds Drupal on HTTP connection. Don't use it seriously. Especially, don't post personal/sensitive data on your Drupal site. ==== Commands create name -- Creates a Drupal hosting cluster check [name] -- Checks the status of creation/deletion delete name -- Deletes permanently the given cluster test name|url -- Sends a simple HTTP GET to the URL (of the given cluster) attack instance -- Permanently terminates the given server instance list -- Lists the recently created/deleted clusters. ----------------------- *** Please contribute to add rspec's ***