VSCode extension for developing faneX-ID integrations and workflows.
- Create new integrations and workflows
- Validate manifest files
- Test integrations
- Code snippets for common patterns
- Install from VSCode Marketplace (coming soon)
- Or install from VSIX file
Create New Integration: Generate a new integration structureCreate New Workflow: Generate a new workflow structureValidate Manifest: Validate a manifest.json fileTest Integration: Run tests for an integration
manifest: Generate a basic manifest.json structureworkflow: Generate a basic workflow YAML structure
npm install
npm run compile
npm run watchAGPLv3.0