DMNTK | Decision Model and Notation Toolkit

Decision table editor

WORK IN PROGRESS

Overview

Terminal based editor for decision tables written in Rust.

Dependencies

This decision table editor uses ncurses as a backend to interact with terminal. To properly compile, the development version of ncurses is required.

To install ncurses in CentOS/RHEL/Scientific Linux 6.x/7.x+ and Fedora Linux 21 or older, type: shell $ sudo yum install ncurses-devel

To install ncurses in Fedora Linux 22.x+, type: shell $ sudo dnf install ncurses-devel

To install ncurses under in Debian/Ubuntu Linux, type: shell $ sudo apt-get install libncurses5-dev libncursesw5-dev

Installation

shell $ cargo install dmntk-atto

License

Licensed under either of

at your option.

Contribution

We appreciate any contributions from the community to help improve our project. If you would like to get involved, please don't hesitate to reach out to us. All contributions intentionally submitted for inclusion in the work by you, shall be dual licensed as above, without any additional terms or conditions.