Socket
Socket
Sign inDemoInstall

@control/core

Package Overview
Dependencies
7
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @control/core

A flow based automation tool


Version published
Weekly downloads
1
decreased by-66.67%
Maintainers
1
Install size
160 kB
Created
Weekly downloads
 

Readme

Source

Control

A general-purpose automation tool aimed for developers.

Control is a general purpose automation tool based around graphs and nodes (think node-red).

This library aims to bring automation tools to developers to share with their teams, or use personally to automate simple tasks.

It was initally written (for fun and) to perform browser testing using a simple flow-based editor, but it was written to be able to run almost anything.

CLI demo GIF

Core

This is the core package of Control. It provides all necessary features to run graphs (flows), the CLI and a Worker pool to run graphs in parallel.

This is the starting repo for other Control libraries and explains

  • how to run graphs
  • how to write custom nodes
  • how to configure graphs & nodes

This package also provides the basic CLI capable of running graphs and will mainly be used in CI or non TTY environments.

Modules

  • Graphs & Nodes
  • CLI
  • Workers

Lexicon

  • Graph: a collection of linked nodes with only one entry node
  • Flow: the execution of a graph (think of it as pouring water)
  • Node: a single specific step in a graph. It has a type and a configuration
  • Standard Node: One of the nodes included in the core library (script, generic-assertion and generic-error);
  • Branch: A smaller graph in the main graph. Defined by a Node having more than one children Nodes

Funding

If you like this project and would like to fund it, you cand find some links below:

FAQs

Last updated on 27 Dec 2021

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc