ozzieD / alteryx-tool-generator

Generator to scaffold a custom Alteryx Designer tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alteryx Tool Generator

Overview

The Alteryx Tool Generator scaffolds a custom Alteryx Designer tool using the HTML GUI SDK and either the Javascript or Alteryx macro engine.

To use, run the main Node script and answer the prompts to write the needed files.

Features

  • Program: Tool generation script
  • Output: Alteryx Designer compatible tool

Getting Started

  • Install the generator using the command line
    1. Clone or download the tool generator repository: alteryx/alteryx-tool-generator
    2. Navigate to the directory housing package.json
    3. Use npm install
  • Run the generator
    1. Use node alteryx-tool-generator.js to create your new tool
  • Access the written tool files
    1. Navigate to the tool directory: C:\Users\%USERNAME%\AppData\Roaming\Alteryx\Tools

Docs

Version Support

Technology Version
Alteryx 11.5
node 6.9.1
npm 3.10.8

Contribute

Contributions, questions, and comments are welcome and encouraged. To contribute code, submit a pull request. To report website-related issues, file a report using the Alteryx Tool Generator issue tracker.

License

About

Generator to scaffold a custom Alteryx Designer tool.

License:MIT License


Languages

Language:JavaScript 100.0%