sunwei / json-editor-online-command-line-tool

JSON editor online command line tool for you to edit you local json file online

Home Page:https://www.npmjs.com/package/json-editor-online

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSON editor online

Build Status Node version License

CLI tool for opening a local file in JSON editor online.

JSON editor online command line tool for you to edit you local json file online

Gif JSON editor online

JSON editor online command line - free your hands

For super star JSON, all the IDE and online tools all supported well.

But for the lazy man like me, still too complex.

  1. I need to open local json file, double click or right click.
  2. After open it, I also need to copy it to clipboard.
  3. When I get it in clipboard, then I need to open the web tool (only if i could remember the long bored address), and paste to it.

It's really complex, is there a way, that I can only use one command line to open my local json file on web service?

Of course, and here we are:

NPM package

$ npm install -g json-editor-online

$ json -h

$ json -w <filename.json>

$ json <filename.json>

$ json <url>

Videos:

Youtube

Youku

Enjoy!

可通过以下方式联系我们(You can contact us the ways below):

The official website 微博 Tweet NPM GitHub 简书 Youtube 优酷

Others provided by us:

About

JSON editor online command line tool for you to edit you local json file online

https://www.npmjs.com/package/json-editor-online

License:MIT License


Languages

Language:JavaScript 100.0%