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
examples
├── dm
│   ├── dm.ctx
│   └── dm.dmn
├── dt
│   ├── dt.ctx
│   └── dt.dtb
└── fe
    ├── fe.ctx
    └── fe.feel

4 directories, 6 files