0.7.35 • Published 2 years ago

wizzi v0.7.35

Weekly downloads
22
License
-
Repository
github
Last release
2 years ago

wizzi

The Wizzi Factory.

Work still in progress

Availability of features will be announced

on Twitter and Facebook

Features

Exposes the main wizzi factory service components:

  • WizziFactory class
  • PluginsManager class
  • RunnerServer class

The WizziFactory class

Instance creation

wizzi.createFactory(
userid,
role,
options,
callback
);

Methods

wizziFactoryInstance.generateModelDoms(
);
wizziFactoryInstance.generateMTree(
);
wizziFactoryInstance.generateWizziModel(
);
wizziFactoryInstance.generateArtifact(
);
wizziFactoryInstance.executeWizziJob(
);

The PluginsManager class

The RunnerServer class

Default factory (quick starter)

Loads a wizzi magical tree (mTree)

var wizzi = require('wizzi');
var ittfSourcePath = '...';
var context = {
...
};
var options = {
...
};
wizzi.mtree(
    ittfSourcePath,
    context,
    options,
    function(err, mTree) {
    ...
    });

Loads a wizzi model

var wizzi = require('wizzi');
var ittfSourcePath = '...';
var context = {
...
};
var options = {
...
};
wizzi.model(
    ittfSourcePath,
    context,
    options,
    function(err, wizziModel) {
    ...
    });

Generates an artifact

var wizzi = require('wizzi');
var ittfSourcePath = '...';
var artifactName = '...';
var modelContext = {
...
};
var artifactContext = {
...
};
var options = {
...
};
wizzi.model(
    ittfSourcePath,
    artifactName,
    context,
    options,
    function(err, artifactText) {
    ...
    });

Wizzi

One machinery, many productions.

Built With

License

0.7.33

2 years ago

0.7.35

2 years ago

0.7.34

2 years ago

0.7.32

2 years ago

0.7.31

2 years ago

0.7.30

2 years ago

0.7.24

2 years ago

0.7.23

2 years ago

0.7.29

2 years ago

0.7.26

2 years ago

0.7.25

2 years ago

0.7.28

2 years ago

0.7.27

2 years ago

0.7.22

3 years ago

0.7.21

3 years ago

0.7.19

3 years ago

0.7.18

3 years ago

0.7.20

3 years ago

0.7.13

3 years ago

0.7.15

3 years ago

0.7.14

3 years ago

0.7.16

3 years ago

0.7.12

5 years ago

0.7.11

5 years ago

0.7.10

5 years ago

0.7.9

5 years ago

0.7.8

5 years ago

0.7.7

5 years ago

0.7.6

5 years ago

0.7.5

5 years ago

0.7.4

5 years ago

0.7.2

5 years ago

0.7.1

5 years ago

0.6.16

5 years ago

0.6.15

5 years ago

0.6.14

5 years ago

0.6.13

5 years ago

0.6.12

5 years ago

0.6.11

5 years ago

0.6.10

5 years ago

0.6.8

5 years ago

0.6.7

5 years ago

0.6.6

5 years ago

0.6.4

5 years ago

0.6.3

5 years ago

0.6.2

5 years ago

0.6.1

6 years ago

0.5.4

6 years ago

0.4.5

6 years ago

0.4.4

6 years ago

0.4.3

6 years ago

0.4.2

6 years ago

0.0.2

7 years ago

0.0.1

9 years ago