All Projects → p-adams → vue-help

p-adams / vue-help

Licence: other
Vue.js API in the Terminal

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to vue-help

Chalk
✏️Expressive styling on terminal string. (chalk for swift)
Stars: ✭ 59 (+37.21%)
Mutual labels:  chalk
birdknife
birdknife is a Twitter CLI based on Vorpal inspired by TTYtter.
Stars: ✭ 31 (-27.91%)
Mutual labels:  vorpal
Chalk Animation
🎬 Colorful animations in terminal output
Stars: ✭ 1,489 (+3362.79%)
Mutual labels:  chalk
Chalk
🖍 Terminal string styling done right
Stars: ✭ 17,566 (+40751.16%)
Mutual labels:  chalk
chalk
🖍️🎨Composable and simple terminal highlighting package for OCaml.
Stars: ✭ 29 (-32.56%)
Mutual labels:  chalk
ink-color-pipe
🌈 Create color text with simpler style strings in Ink
Stars: ✭ 18 (-58.14%)
Mutual labels:  chalk
buildservice
Project build service using node, CI script
Stars: ✭ 21 (-51.16%)
Mutual labels:  chalk
json-colorizer
A library for colorizing JSON strings
Stars: ✭ 78 (+81.4%)
Mutual labels:  chalk
ansi-to-svg
😹 convert ANSI Escaped CLI strings to SVGs
Stars: ✭ 18 (-58.14%)
Mutual labels:  chalk
log-utils
Basic logging utils: colors, symbols and timestamp.
Stars: ✭ 24 (-44.19%)
Mutual labels:  chalk
yachalk
🖍️ Terminal string styling done right
Stars: ✭ 131 (+204.65%)
Mutual labels:  chalk

vue-help

Vue.js API in the Terminal

up-to-date with Vue 2.4.0
screenshot

Motivation

vue-help was created to facilitate access to all of Vue's APIs without the need for a browser or internet connection.

Usage

Install

npm install -g vue-help

Start CLI

vue-help

Enter API name at the prompt

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

or enter help to list all commands

vue-help? help

Inspiration

Clojure's (doc name) function https://clojuredocs.org/clojure.repl/doc

Elixir's h/1 function https://hexdocs.pm/iex/IEx.Helpers.html

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].