0.2.0 • Published 4 years ago

sfinder-strict-minimal v0.2.0

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

sfinder-strict-minimal

Build Status codecov install size

An interactive post processing tool for solution-finder that generates the minimal PC solutions to cover all patterns.

screenshot

Install

npm install -g sfinder-strict-minimal

Usage

sfinder path -f csv -k pattern
sfinder-minimal output/path.csv

This tool will generate a markdown file named path_minimal_strict.md inside the current folder.

A demo using O-based ikcco PC

Changelog

  • 0.2.0 (Jun 1, 2020)

    • Breaking: cli is changed.
    • Breaking: add interactive prompt to find the best set, now the tool only outputs one file.
    • Improve performance.
  • 0.1.0 (May 30, 2020)

    • Initial release.