0.0.101 • Published 6 years ago
@ainc/nodex v0.0.101
@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}"]
}
0.0.101
6 years ago