https://github.com/ooade/array-explorer-cli
:zap: A CLI package to help figure out what JavaScript array method would be best to use at any given time
https://github.com/ooade/array-explorer-cli
array cli explorer-cli
Last synced: 9 months ago
JSON representation
:zap: A CLI package to help figure out what JavaScript array method would be best to use at any given time
- Host: GitHub
- URL: https://github.com/ooade/array-explorer-cli
- Owner: ooade
- License: mit
- Created: 2018-03-16T08:04:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-01T05:31:25.000Z (almost 8 years ago)
- Last Synced: 2025-04-19T17:58:14.399Z (11 months ago)
- Topics: array, cli, explorer-cli
- Language: JavaScript
- Homepage:
- Size: 88.9 KB
- Stars: 48
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Array Explorer CLI
Find the array method you need without digging through the docs.
## Installation
```sh
npm i -g array-explorer-cli
```
## Usage
Open your CLI and type:
```sh
array-explorer
```
or
```sh
arr-explorer
```
and feel the magic :star:

You should also check out [Object Explorer CLI](https://github.com/ooade/object-explorer-cli)
## Available Options
- **-help** - displays help
- **-lang=\ | -l \** - displays array-explorer in the specified language code
## List of Available Languages
| Short Code | Language |
| - | - |
|ar|Arabic|
|bg|Bulgarian|
|cz|Czech|
|de|German|
|el|Greek|
|en|English(Default)|
|es|Spanish|
|fr|French|
|id|Indonesian|
|it|Italian|
|nl|Dutch|
|pt|Portuguese|
|ru|Russian|
|sr|Serbian|
|ua|Ukrainian|
|zh_cn|Chinese (Simplified)|
Create an issue to add more :tada:
## Aknowledgements
Thanks to [Sarah Drasner](https://github.com/sdras). She created the [array-explorer](https://github.com/sdras/array-explorer) web version which you could visit using https://sdras.github.io/array-explorer/
## Contributions
Feel free to contribute.
## License
MIT