@uipath/packager-tool-connector
v0.0.18
Published
UiPath Connector tool implementation
Maintainers
Keywords
Readme
UiPath Connector Tool
A specialized Project Tool for building and packaging UiPath Connector projects.
Overview
The Connector Tool handles the specific requirements of Connector projects, including asset management and manifest validation. It is built on top of the @uipath/solutionpackager-tool-core framework.
Capabilities
- Project Identification: Automatically detects Connector projects based on project structure.
- Build Process:
- Validates connector assets
- Copies resource files recursively
- Flattens directory structures where required
- Packaging:
- Generates standard NuGet packages (
.nupkg) suitable for UiPath Orchestrator or Marketplace.
- Generates standard NuGet packages (
Architecture
This package exports a ConnectorToolFactory which is registered with the main Solution Packager at runtime.
Key Classes
ConnectorTool: ImplementsbuildAsyncandpackAsync.ConnectorToolFactory: Checked againstProjectTypes.Connector.
Development
Build:
npm run buildTest:
# Node.js environment
npm run test
# Browser environment (via Vitest/Playwright)
npm run test:browser