1.0.2 • Published 11 months ago

nv-cli-rangize-ints v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

nv-cli-rangize-ints

  • cli-tool
  • to compress array of integers

install

  • npm install nv-cli-rangize-ints -g

usage

	Usage: nv_cli_rangize_ints [options] 
	Options:
	    -i, --input         input string ,default stdin
	    -o, --output        output string,default stdout
	    -h, --help          usage

example

       #nv_cli_rangize_ints

		paste your input here, and then PRESS ctrl-D:


		[ 1 ,2,3,4,  10,11,12,13,14]


		ranges: 
		[ [ 1, 5 ], [ 10, 15 ] ]
		others: 
		[]

LICENSE

  • ISC