Transform configuration files for better version control.
Create a Metro config transformer that works in all possible cases - handles objects, functions, promises, and any combination with full type safety
[](https://builds.sr.ht/~tcarrio/serverless-config-transformer/.build.yml?) [](https://op
Utilities to read and write to config files
A Metro config for running React Native projects with the Metro bundler
🚇 Config parser for Metro.
A CLI tool to bundle/extract Mockoon environment files in a git-friendly files tree with 100% backward compatibility
This is a library to aid in instrumenting Node.js libraries at build or load time.
Proper decorator-based transformation / serialization / deserialization of plain javascript objects to class constructors
This Parcel transformer plugin is responsible for transforming assets with Babel. It uses `@babel/core` to resolve babel config the same way Babel does and uses that if found. If no filesystem config is found it uses a default config that supports the mos
Jest plugin to use esbuild for transformation
Jest transformer for LWC and engine
TS Compiler transformer for formatjs
Metro configuration for React Native.
The Hermes runtime, used by React Native for Android, is able to output [Chrome Trace Events](https://docs.google.com/document/d/1CvAClvFfyA5R-PhYUmn5OOQtYMH4h6I0nSsKchNAySU/preview) in JSON Object Format.
SVG transformer for react-native
Perform rapid conversation and validation of JSON structure between Postman Collection Format v1 and v2
A CSS parser, transformer, and minifier written in Rust
Over TypeScript tool to use custom transformers in the tsconfig.json
Stream transformer that prefixes lines with timestamps and other things.
remark plugin to transform remark syntax tree (mdast) to Slate document tree, and vice versa. Made for WYSIWYG markdown editor.
Jest transformer for Webpack Worker loader
A plugin for Strapi Headless CMS that provides the ability to transform the API request and/or response.
Modify the values of an object
KubesealR is a pure-Ruby implementation of Bitnami's Sealed-Secrets CLI client "kubeseal." KubesealR also embeds a plugin for KustomizeR, allowing KustomizeR to seal (generated or provided) secrets as a resource-config transformation pass.
Stylicon is a tool that takes SVG files and a YAML config to generate optimized CSS classes with embedded base64 icons. Ideal for rendering scalable, cacheable icons without bloating HTML or requiring runtime transformations.
Plugin to fix shell splitting of bundle config arguments in Bundler 1.17.3 to Bundler 2.0.2, fixed in Bundler 2.1.0. In the affected versions, multiple arguments to bundle config become a single argument with spaces. This plugin reverses that transformation. Adapted from https://github.com/rubygems/bundler/issues/6940#issuecomment-470643613 and fixes https://github.com/rubygems/bundler/issues/6940 for these older versions.
DataFor turns YAML in your Rails config directory into queryable, read-only models -- countries, currencies, plans, and other reference data that rarely changes and doesn't belong in your database. Built on Ruby's Data.define and Rails' config_for, with a familiar find, find_by, and where API, plus a transform proc that lets one config file power multiple query surfaces.
== Synopsys Class-level configuration DSL == Installation gem install config_accessor == Examples require 'config_accessor' class Remote configurable! config_accessor :host, :default => "localhost" config_accessor :port, :default => "80", :transform => :to_i config_accessor :proxy_host, :proxy_port end class Local < Remote config_accessor :l_port end Remote.host # => "localhost" Remote.port # => 80 Remote.proxy_host # => nil r = Remote.new r.port = "81" r.port # => 81 Remote.port # => 80 Remote.port = 82 # next expressions are equivalent r.port # => 81 r.config[:port] # => 81 r.config["port"] # => 81 r.config.port # => 81 # It supports inheritance, subclasses cannot change superclasses configurations Local.port # => 80 # You can do it with +configure+ method Local.configure do port 81 end # or Local.configure do |config| config.port 81 end
Contentful API wrapper library exposing an ActiveRecord-like interface
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.