Use webpack to manage app-like JavaScript modules in Rails
Embedded Ruby (`.erb`) `webpack` loader for Ruby projects.
An inline CSS processor to translate CSS properties to React Native styles.
The eslint config for electron-react-boilerplate
Create virtual files in ESLint for each Vue SFC block, so that you can lint them individually.
Ignore Rails code in ERB template
A Stimulus Wrapper for Flatpickr library
The browserslist config for [electron-react-boilerplate](https://github.com/electron-react-boilerplate/electron-react-boilerplate)
Collective of common transformers transformers for Shiki
Batch processing in JS
The AudioWorkletProcessor which is used by the recorder-audio-worklet package.
Compile a given Embedded RuBy (ERB) template using variables and functions defined in given a JavaScript object
A stylelint processor for styled-components
Use ERB files in Vite.js projects with a Ruby backend
The citeproc-js citation formatting module, in CommonJS format. This version is based on citeproc-js 1.4.63
Prettier plugin for .html.erb files
Jest test results processor for generating a summary in HTML
OpenTelemetry Baggage Span Processor for Node.js
Ignore ERB expressions in ESLint
A JavaScript XSLT Processor
WebAssembly-based HTML-aware ERB parser for Node.js.
Agora RTE Extension
parse, inspect, transform, and serialize content through syntax trees
Development tools for visual debugging in HTML+ERB templates
All .erb files in the specified directory tree are going to be evaluated. The corresponding non.erb files are going to be written by removing the .erb extension. See the features/*.feature files for the expected behavior.
Merge multiple CloudFormation template files into a single template. Each file may be in either JSON or YAML format. By default all files are run through an ERB (Embedded RuBy) processor.
DirectoryTemplate is a library which lets you generate directory structures and files from a template structure. The template structure can be a real directory structure on the filesystem, or it can be stored in a yaml file. Take a look at the examples directory in the gem to get an idea, how a template can look. When generating a new directory structure from a template, DirectoryTemplate will process the pathname of each directory and file using the DirectoryTemplate#path_processor. It will also process the contents of each file with all processors that apply to a given file. The standard path processor allows you to use `%{variables}` in pathnames. The gem comes with a .erb (renders ERB templates) and .html.markdown processor (renders markdown to html). You can use the existing processors or define your own ones.