@uipath/packager-tool-flow
v0.0.18
Published
UiPath Flow tool implementation
Downloads
95
Maintainers
Keywords
Readme
@uipath/tool-flow
A Project Tool for the UiPath Solution Packager, designed for handling Flow projects.
Overview
This package implements a packaging tool for Flow projects using @uipath/solutionpackager-tool-core. It implements the lifecycle methods for building and packing Flow projects.
Features
- Build Operations:
- Copies project files to a clean output directory
- Generates
operate.jsonconfiguration - Generates
package-descriptor.json
- Pack Operations:
- Creates
.nupkgpackages (NuGet) - Handles versioning and metadata
- Creates
Project Structure
src/
├── flow-tool.ts # Main tool logic implementation
├── flow-tool-factory.ts # Factory for creating tool instances
└── index.ts # Export entry pointUsage
This tool is designed to be loaded dynamically by solutionpackager.
Development
Install dependencies:
npm installBuild:
npm run buildRun Tests:
npm test
npm run test:browser