Skip to content

Saving examples

Decision Toolkit provides a set of examples ready to play with. To install the built-in examples in, e.g., the examples directory, type:

shell
$ dsntk exs examples

The resulting structure of directories and files should be similar to the one shown below:

shell
$ tree
.
└── examples
    ├── e1
    │   ├── e1.ctx
    │   └── e1.feel
    ├── e2
    │   ├── e2.ctx
    │   └── e2.dmn
    └── e3
        ├── e3.ctx
        └── e3.dtb

5 directories, 6 files