Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Kronos-Integration/kronos-step-passthrough

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm License minified size downloads GitHub Issues Build Status codecov.io Coverage Status styled with prettier Commitizen friendly Known Vulnerabilities Greenkeeper semantic-release

kronos-step-passthrough

This step just passes the messages through without doing any thing with it. This is very useful for testing proposes but not really for production.

=== Endpoints This Step has two endpoints. One 'in' and one 'out' endpoint.

API

Table of Contents

PassthroughStep

Extends Step

step with to conected endpoins in and out

name

Returns string 'kronos-step-passthrough'

install

With npm do:

npm install kronos-step-passthrough

license

BSD-2-Clause