0.1.0 • Published 3 years ago

v-bin v0.1.0

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
3 years ago

node-v-bin

V Compiler for node.

Install

npm install --save v-bin

Usage

{
    "scripts": {
        "v": "v"
    },
}
$ npm run v
> v

Welcome to the V REPL (for help with V itself, type `exit`, then run `v help`).
V 0.1.29 b9307b3
Use Ctrl-C or `exit` to exit, or `help` to see other available commands
>>>
0.1.0

3 years ago