2.0.8 • Published 8 years ago

mfautolayout v2.0.8

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

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...

2.0.8

8 years ago

2.0.7

8 years ago

2.0.6

8 years ago

2.0.5

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

1.1.7

8 years ago

1.1.6

8 years ago

1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.0

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago