replace css styles as you like
Deterministic and safely JSON.stringify to quickly serialize JavaScript objects
JSON without touching any globals
Tiny JavaScript tokenizer.
Stringify and write JSON to a file atomically
Minimizer plugin for webpack
Safely and quickly serialize JavaScript objects
Run 🐊Putout plugins
The best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.
Library to escape Unicode characters
a canonical json implementation
Utility library for handling `Buffer` object serialization and deserialization with JSON, offering base64 representations
Replaces strings in a stream.
Generate hashes from javascript objects in node and the browser.
TypeScript definitions for streaming-json-stringify
A CSS parser, transformer, and minifier written in Rust
JavaScript parser and stringifier for YAML
a CSS selector compiler/engine
A webpack plugin designed to dynamicly change the theme colors at runtime. 实现运行时快速动态替换主题色的webpack插件.
CLI + programmatic library for finding hardcoded colors, Tailwind classes, and extractable patterns in codebases
Open Web data by the Mozilla Developer Network
a file replace plugin for yyl
Updates link URLs using a replacer function.
css loader module for webpack
Wish you could write your Ruby in XML? Has the fact that Ruby is not "enterprise" got you down? Do you feel like your Ruby code could be made to be more "scalable"? Well look no further my friend. You've found the enterprise gem. Once you install this gem, you too can make Rails scale, Ruby faster, your code more attractive, *and* have more XML in your life. I'm sure you're asking yourself, "how can the enterprise gem promise so much?". Well the answer is easy, through the magic of XML! The enterprise gem allows you to write your Ruby code in XML, therefore making your Ruby and Rails code scale. Benefits of writing your code in XML include: * It's easy to read! * It scales! * Cross platform * TRANSFORM! your code using XSLT! * Search your AST with XPath *or* CSS! The enterprise gem even comes with a handy "enterprise" binary to help you start converting your existing *legacy* Ruby code in to scaleable, easy to read XML files. Let's start getting rid of that nasty Ruby code and replacing it with XML today!
Glimmer DSL for Web (Ruby in the Browser Web Frontend Framework) enables building Web Frontends using Ruby in the Browser, as per Matz's recommendation in his RubyConf 2022 keynote speech to replace JavaScript with Ruby. It aims at providing the simplest, most intuitive, most straight-forward, and most productive frontend framework in existence. The framework follows the Ruby way (with DSLs and TIMTOWTDI) and the Rails way (Convention over Configuration) in building Isomorphic Ruby on Rails Applications. It provides a Ruby HTML DSL, which uniquely enables writing both structure code and logic code in one language. It supports both Unidirectional (One-Way) Data-Binding (using <=) and Bidirectional (Two-Way) Data-Binding (using <=>). Dynamic rendering (and re-rendering) of HTML content is also supported via Content Data-Binding. Modular design is supported with Glimmer Web Components, Component Slots, and Component Custom Event Listeners. And, a Ruby CSS DSL is supported with the included Glimmer DSL for CSS. Many samples are demonstrated in the Rails sample app (there is a very minimal Standalone [No Rails] sample app too). You can finally live in pure Rubyland on the Web in both the frontend and backend with Glimmer DSL for Web! This gem relies on Opal Ruby.