Socket
Socket
Sign inDemoInstall

mfautolayout

Package Overview
Dependencies
142
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    mfautolayout

Your microflows, sometimes, look quite messy. This module is to help you to rearrange components in your microflow automatically, based on Dagre library.


Version published
Weekly downloads
20
increased by900%
Maintainers
1
Install size
24.9 MB
Created
Weekly downloads
 

Readme

Source

Introduction

Your microflows, sometimes, look quite messy. This module is to help you to rearrange components in your microflow automatically, based on Dagre library.

How to use

  1. Install module

npm intall mfautolayout -g

  1. Create config.js file in your current folder with content

var project = { username: 'xxx', apikey: 'YOUR API KEY', projectId: 'YOUR PROJECT ID', projectName: 'YOUR PROJECT NAME', revNo: -1, branchName: null // for mainline
}; module.exports = project;

  1. Enter the command autolayout module1 module2

in which, module1 module2 are names of modules you want to arrange their microflows. Without parameter, it will rearrrange all microflows in project except some special modules like System, Administration...

FAQs

Last updated on 01 Apr 2016

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