A command line tool to solve and visualize Karnaugh Maps up to 4 variables
npm install kmap-solverkmap-solver is a command line tool to solve and visualize Karnaugh Maps up to 4 variables.

```
npm i -g kmap-solver

`
Usage: kmap-solver [options]
Options:
-v, --variables
-m, --minterms
-d, --dontcares
-h, --help display help for command
``