0.7.35 • Published 3 years ago

wizzi v0.7.35

Weekly downloads
22
License
-
Repository
github
Last release
3 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

3 years ago

0.7.35

3 years ago

0.7.34

3 years ago

0.7.32

3 years ago

0.7.31

3 years ago

0.7.30

3 years ago

0.7.24

3 years ago

0.7.23

3 years ago

0.7.29

3 years ago

0.7.26

3 years ago

0.7.25

3 years ago

0.7.28

3 years ago

0.7.27

3 years ago

0.7.22

4 years ago

0.7.21

4 years ago

0.7.19

4 years ago

0.7.18

4 years ago

0.7.20

4 years ago

0.7.13

4 years ago

0.7.15

4 years ago

0.7.14

4 years ago

0.7.16

4 years ago

0.7.12

6 years ago

0.7.11

6 years ago

0.7.10

6 years ago

0.7.9

6 years ago

0.7.8

6 years ago

0.7.7

6 years ago

0.7.6

6 years ago

0.7.5

6 years ago

0.7.4

6 years ago

0.7.2

6 years ago

0.7.1

6 years ago

0.6.16

6 years ago

0.6.15

6 years ago

0.6.14

6 years ago

0.6.13

6 years ago

0.6.12

6 years ago

0.6.11

6 years ago

0.6.10

6 years ago

0.6.8

6 years ago

0.6.7

6 years ago

0.6.6

7 years ago

0.6.4

7 years ago

0.6.3

7 years ago

0.6.2

7 years ago

0.6.1

7 years ago

0.5.4

7 years ago

0.4.5

7 years ago

0.4.4

7 years ago

0.4.3

7 years ago

0.4.2

7 years ago

0.0.2

8 years ago

0.0.1

10 years ago