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
- Host: GitHub
- URL: https://github.com/ooade/object-explorer-cli
- Owner: ooade
- License: mit
- Created: 2018-03-17T10:56:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-01T05:30:23.000Z (almost 8 years ago)
- Last Synced: 2025-03-29T08:33:08.290Z (10 months ago)
- Topics: cli, explorer-cli, objects
- Language: JavaScript
- Homepage:
- Size: 75.2 KB
- Stars: 18
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Object Explorer CLI
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:

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