An open API service indexing awesome lists of open source software.

https://github.com/ooade/object-explorer-cli

:zap: A CLI package to help figure out what JavaScript object method would be best to use at any given time
https://github.com/ooade/object-explorer-cli

cli explorer-cli objects

Last synced: 5 months ago
JSON representation

:zap: A CLI package to help figure out what JavaScript object method would be best to use at any given time

Awesome Lists containing this project

README

          


object-explorer-cli



Object Explorer CLI
npm travis


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

## Installation

```sh
npm i -g object-explorer-cli
```

## Usage

Open your CLI and type:
```sh
object-explorer
```
or
```sh
obj-explorer
```
and feel the magic :star:

object-explorer-cli

You should also check out [Array Explorer CLI](https://github.com/ooade/array-explorer-cli)

## Available Options

- **-help** - displays help
- **-lang=\ | -l \** - displays object-explorer in the specified language code

## List of Available Languages

| Short Code | Language |
| - | - |
|bg|Bulgarian|
|cz|Czech|
|de|German|
|en|English(Default)|
|es|Spanish|
|fr|French|
|id|Indonesian|
|it|Italian|
|nl|Dutch|
|pt_pt|Portuguese (Portugal)|
|ru|Russian|
|zh_cn|Chinese (Simplified)|
|zh_hk|Chinese (Traditional)|

Create an issue to add more :tada:

## Aknowledgements
Thanks to [Sarah Drasner](https://github.com/sdras). She created the [object-explorer](https://github.com/sdras/object-explorer) web version which you could visit using https://sdras.github.io/object-explorer/

## Contributions
Feel free to contribute.

## License
MIT