Skip to content

abranhe/merge-srt-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation




merge-srt-cli : Merge Sort Algorithm Implementation CLI

Install

npm install merge-srt-cli

Usage

Usage:
 $ merge-srt <array>

Options
	-f, --feedback  Send a feedback
	-h, --help      Show help message and close
	-v, --version   View package Version

Example
 $ merge-s "d h z a r b i"
	[ 'a', 'b', 'd', 'h', 'i', 'r', 'z' ]
 $ merge-s "3 2 5 25 74"
	[ '2', '25', '3', '5', '74' ]

Try it! 😁

npx merge-srt-cli "d h z a r b i"

Related

Team

Carlos Abraham Logo
Carlos Abraham

License

MIT License © Carlos Abraham

Releases

No releases published

Packages

No packages published