New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

sail-tools

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sail-tools

A tool for creating, editing, testing, and deploying Appian Component Plugins

latest
npmnpm
Version
1.0.21
Version published
Maintainers
2
Created
Source

Node.js: sail-tools

sail-tools is a command line tool for creating, editing, testing, and deploying Component Plugins for Appian.

npm Package

Why?

The framework for Appian's Component Plugins requires a specific folder and version structure, utility files cannot be easily shared between components, and testing requires a local Appian instance. This tool simplifies creating and managing the Appian manifests and files allowing developers to focus on the HTML and JavaScript of their Components, and provides a testing framework that mocks the Appian JavaScript APIs.

Installation

npm install --global sail-tools

Usage

Run sail-tools inside of an existing Component Plugin project directory or empty project directory.

WARNING: DO NOT RUN OUTSIDE OF A PROJECT DIRECTORY This application zips all files and folders inside of the project folder when creating a deployment package.

The wizard will help you create appian-component-plugin.xml which is your project's manifest and will autogenerate component folders with proper versioning and naming conventions.

The testing framework automatically opens your component in your computer's default browser. The framework automatically parses the component inputs and generates an input field which allows you to send new inputs and view the output values. Component validations are printed to the browser's console, and you can save default test inputs (a default input JSON file is generated at test-time).

Note: Neither Internet Explorer nor Safari supports the test framework. Please use Chrome or Firefox.

The wizard will continue to function as long as the appian-component-plugin.xml is valid, and all rule folders are present with proper properties files. You may edit these files manually, however, the wizard cannot function if there are errors in your manifests.

Internationalization

This tool supports managing the internationalization files of each component, for each of Appian's 16 supported languages. Each language defaults to the en_US value unless an internationalization file is created for the language. The Internationalization options can be found under "Modify Component" -> YOUR_COMPONENT -> "Internationalization".

License

Licensed under Apache 2.0

FAQs

Package last updated on 17 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts