Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@control/core

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@control/core

A flow based automation tool

  • 0.2.2
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
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

Package last updated on 27 Dec 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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc