validate_sorting
v1.0.6
Published
Just a tool to test a sorting list is correct or not.
Readme
Sorting_Validator
Just a tool to test a sorting list is correct or not.
Installation
npm install -g validate_sortingUsage
sortv --inc -i <input file>Params
-i: Setting input file.
--input: Same as -i.
--inc(default): Sorting by samll to large.
--dec: Sorting by large to samll.
License
MIT
