Vue.js API in the Terminal
vue-help was created to facilitate access to all of Vue's APIs without the need for a browser or internet connection.
npm install -g vue-help
vue-help
For example:
vue-help$ devtools
Category: Global Config
Name: devtools
* Type: boolean
* Default: true ( false in production builds)
* Usage: // make sure to set this synchronously immediately after loading Vue
Vue.config.devtools = true
* Details: Check whether to allow vue-devtools inspection.
This option's default value is true in development builds and false in production builds.
You can set it to true to enable inspection for production builds
vue-help? help
Clojure's (doc name)
function
https://clojuredocs.org/clojure.repl/doc
Elixir's h/1
function
https://hexdocs.pm/iex/IEx.Helpers.html