0.0.101 • Published 6 years ago

@ainc/nodex v0.0.101

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

@ainc/nodex

nodex

Install

$ yarn global add @ainc/nodex

Usage

nodex path/to/file.ts

Debugger

add vscode config to launch.json

{
    "name": "Run File",
    "type": "node",
    "request": "launch",
    "runtimeExecutable": "nodex",
    "runtimeArgs": ["${file}"]
}