0.8.46 • Published 6 months ago

@wizzi/factory v0.8.46

Weekly downloads
-
License
-
Repository
github
Last release
6 months ago

@wizzi/factory

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

Is the main access point to wizzi factory services. Can beused to

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.

Project page

Built With

License

This project is licensed under the MIT License - see the license.txt for details.

0.8.45

6 months ago

0.8.46

6 months ago

0.8.44

6 months ago

0.8.43

6 months ago

0.8.42

10 months ago

0.8.41

11 months ago

0.8.40

11 months ago

0.8.39

12 months ago

0.8.38

1 year ago

0.8.37

1 year ago

0.8.36

1 year ago

0.8.35

1 year ago

0.8.34

1 year ago

0.8.33

1 year ago

0.8.32

1 year ago

0.8.31

1 year ago

0.8.29

1 year ago

0.8.28

1 year ago

0.8.30

1 year ago

0.8.25

1 year ago

0.8.27

1 year ago

0.8.26

1 year ago

0.8.23

1 year ago

0.8.24

1 year ago

0.8.22

1 year ago

0.8.21

1 year ago

0.8.20

1 year ago

0.8.19

1 year ago

0.8.18

1 year ago

0.8.17

1 year ago

0.8.16

1 year ago

0.8.15

1 year ago

0.8.14

1 year ago

0.8.13

1 year ago

0.8.12

1 year ago

0.8.11

1 year ago

0.8.10

1 year ago

0.8.9

1 year ago

0.8.8

2 years ago

0.8.7

2 years ago

0.8.6

2 years ago

0.8.5

2 years ago

0.8.4

2 years ago

0.8.3

2 years ago

0.8.2

2 years ago

0.8.1

2 years ago