2.0.0 • Published 6 years ago

workflow-transformer-apply-arguments-to-fields v2.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

workflow-transformer-apply-arguments-to-fields

This transformer will call all functions, expect open, on all apps with the arguments object. The arguments object contains the command line arguments passed to the workflow command.

Installation

npm install workflow-transformer-apply-arguments-to-fields

Add the plugin to your ~/.workflow/config.js file.

import {WorkflowTranformerApplyArgumentsToFields} from "workflow-transformer-apply-arguments-to-fields";

export const config = {
  transformers: [new WorkflowTranformerApplyArgumentsToFields()]
  ...
};

Example

This example contains a

export const flow = render(
  <Workspace name="File example" args=["file"]>
    <Atom file={({file}) => file} />
  </Workspace>
);
workflow AtomFile.js ./index.js
2.0.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

1.0.0-beta

6 years ago

0.1.0

6 years ago

0.1.0-beta.0

6 years ago