array-explorer-cli

CLI Tool to help find the array method you need without digging through the docs

Usage no npm install needed!

<script type="module">
  import arrayExplorerCli from 'https://cdn.skypack.dev/array-explorer-cli';
</script>

README

array-explorer-cli

Array Explorer CLI npm travis

Find the array method you need without digging through the docs.

Installation

npm i -g array-explorer-cli

Usage

Open your CLI and type:

array-explorer

or

arr-explorer

and feel the magic :star:

array-explorer-cli

You should also check out Object Explorer CLI

Available Options

  • -help - displays help
  • -lang=<short code> | -l <short code> - 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. She created the array-explorer web version which you could visit using https://sdras.github.io/array-explorer/

Contributions

Feel free to contribute.

License

MIT