Saving examples
Decision Toolkit provides a set of examples ready to play with.
To install examples in, e.g., 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