DMNTK | Decision Model and Notation Toolkit
WORK IN PROGRESS
Terminal based editor for decision tables written in Rust.
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.
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.