Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abranhe/bubble-srt-cli
Bubble Sort Algorithm Implementation CLI
https://github.com/abranhe/bubble-srt-cli
algorithm bubble-sort cli cli-app
Last synced: about 2 months ago
JSON representation
Bubble Sort Algorithm Implementation CLI
- Host: GitHub
- URL: https://github.com/abranhe/bubble-srt-cli
- Owner: abranhe
- License: mit
- Created: 2018-08-19T17:53:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-19T17:55:09.000Z (over 6 years ago)
- Last Synced: 2024-10-12T12:14:55.153Z (3 months ago)
- Topics: algorithm, bubble-sort, cli, cli-app
- Language: JavaScript
- Homepage: https://npm.im/bubble-srt-cli
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
bubble-srt-cli
: Bubble Sort Algorithm Implementation# Install
```
npm install bubble-srt-cli
```# Usage
```console
Usage:
$ bubble-srtOptions
-f, --feedback Send a feedback
-h, --help Show help message and close
-v, --version View package VersionExample
$ bubble-s "d h z a r b i"
[ 'a', 'b', 'd', 'h', 'i', 'r', 'z' ]
$ bubble-s "3 2 5 25 74"
[ '2', '25', '3', '5', '74' ]
```# Try it! 😁
```
npx bubble-srt-cli "d h z a r b i"
```# Related
- [bubble-srt](https://github.com/abranhe/bubble-srt): API for this module
# Team
|[![Carlos Abraham Logo](https://avatars3.githubusercontent.com/u/21347264?s=50&v=4)](https://19cah.com)|
| :-: |
| [Carlos Abraham](https://github.com/abranhe) |# License
[MIT](https://github.com/abranhe/bubble-srt-cli/blob/master/LICENSE) License © [Carlos Abraham](https://github.com/abranhe/)