DMNTK | Decision Model and Notation Toolkit
Terminal based editor for decision tables.
WORK IN PROGRESS
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
shell
$ cargo install dmntk-atto
Licensed under either of
at your option.
All contributions intentionally submitted for inclusion in the work by you, shall be dual licensed as above, without any additional terms or conditions.