SWC plugin for transforming Workflow SDK code
The Wasm package for prisma-fmt
The WASM package for prisma-fmt
Copies compiler artifacts emitted by rustc by parsing Cargo metadata
Browser automation CLI for AI agents
Super-fast alternative for babel
CLI tool and schema library for applying security patches to dependencies
Используем для local-api и electron
Registry for SS58 account types
JSON Schema Meta Schema & Generated types for typescript, rust, golang and python
CLI for generating fast incremental parsers
Validator for GitHub action and workflow YAML files
Bridge between stremio-core and stremio-web
Convert a Postman collection to an OpenAPI definition.
A Nx plugin that adds support for Cargo and Rust in your Nx workspace.
Validator for GitHub action and workflow YAML files
Module federation runtime package collection. You can just install it instead of installing all the packages separately.
Run commands concurrently
A service worker helper library implementing common caching strategies.
This module efficiently precaches assets.
A service worker helper library to route request URLs to handlers.
This library allows developers to opt-in to using Navigation Preload in their service worker.
Tree-sitter Grammar for SQL
This library takes a Response object and determines whether it's cacheable based on a specific configuration.
Meta-build Cargo tools
Rust build-script dependencies generator for data/IDL files
http://www.factorylabs.com/images/cargo.png Cargo is a set of tools to help streamline using git and Pivotal Tracker for agile development. Starting a story creates a new branch and finishing a story merges the branch back into master. This can be done either with browser integration or a set of command line tools. More features will be added. This is still alpha software
Canoe offers project management and building facilities to C/C++ projects. If you are tired of writing Makefile, CMakeList and even SConstruct, please let Canoe help you wipe them out. Similar to Cargo for Rust, Canoe offers commands such as new, build, run, etc. to help you generate a C/C++ project and build it automatically. Different from tools like Scons and Blade, Canoe requires users to write NO building scripts, Canoe would analyze dependencies and build like our old friend 'make' if a few conventions over file names are followed.
Context-aware secret scanning for Ruby projects. A thin wrapper around the native leakferret binary (written in Rust): it finds hardcoded secrets, confirms which ones are actually live by calling the provider, and rewrites them to read from environment variables instead. Precompiled platform gems bundle the native binary inside the gem, so a normal `gem install` ships the binary through RubyGems itself: no download, no network access, and no Rust toolchain. You can audit exactly what you are about to run with `gem unpack leakferret`. The gem never fetches and runs a binary off the internet - there is no download code to vet. On a platform without a prebuilt gem, the source gem tells you to build from source (`cargo install leakferret-cli`) or point LEAKFERRET_BIN at a binary. The API exposes Leakferret.scan, Leakferret.verify, and Leakferret.rewrite (each returning Finding objects), plus a `leakferret` command-line tool.