Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 925 Bytes

File metadata and controls

29 lines (21 loc) · 925 Bytes

Function Builder

AI-powered toolkit for building Nango functions. See details on prpmnango-function-builder

What's Included

Package Type Description
action-builder-skill Skill Patterns for thin API wrapper actions
sync-builder-skill Skill Patterns for pagination, batch saving, deletion detection
integration-patterns-skill Skill Shared patterns (private dependency)
build-function Command TDD workflow: generates code, tests, and validates

Install

prpm install collections/nango-function-builder

Publishing Changes

Uses prpm for cross-platform distribution (Claude, Cursor, Copilot, Gemini, etc).

prpm login
# bump version in prpm.json
prpm publish --dry-run  # preview
prpm publish            # publish