What problem does it solve?
This Skill streamlines the development of Nango Functions (TypeScript actions, syncs, and on-event hooks) by providing a robust framework, clear conventions, and automated testing workflows, ensuring functions are deployable and maintainable.
Core Features & Use Cases
- Zero YAML TypeScript Development: Build functions using Nango's modern TypeScript SDK, avoiding
nango.yaml configurations.
- Guided Development: Follows best practices for project structure, naming, and registration in
index.ts.
- Automated Testing: Integrates with
nango dryrun for validation and mock generation, and supports Vitest for comprehensive testing.
- Use Case: A developer needs to create a new Nango Action to fetch user data from a third-party API. They can use this Skill to scaffold the action, define inputs/outputs, implement the API call, and set up validation and tests, all within the recommended Nango function structure.
Quick Start
Use the nango-function-builder skill to create a new TypeScript action for the 'my-integration' provider.