fetch-idl
JSON →A utility for fetching Thrift or Protocol Buffer IDL files from Git repositories. Current stable version: 0.1.3. This package clones a specified Git repo, retrieves files matching a glob pattern (e.g., .thrift or .proto files), and places them into a local output directory. Differentiators: simple API focused on IDL retrieval versus full-blown dependency management; supports branch, rootDir, and commitId for version pinning. It is a small, single-purpose tool with no external runtime dependencies.
Resources
packagefetch-idl ↗