workflow-script

Create a complex workflow in a simpler way

Usage no npm install needed!

<script type="module">
  import workflowScript from 'https://cdn.skypack.dev/workflow-script';
</script>

README

Workflow

Create a complex workflow in a simpler way

Build Status: Linux Build status Coverage Status

Contents

Install

With yarn:

yarn add workflow-cli
// or
yarn global add workflow-cli

With npm:

npm install workflow-cli
// or
npm install workflow-cli --global

Usage

// .workflow on project folder

cp /path/oldFile /path/newFile
mv /path/earth /path/mars

On terminal:

$ workflow

CLI

Configuration

Documentation

Plugins

Demos

Contributing

MIT © Carlos Alexandre Fuechter