@ainc/nodex

nodex

Usage no npm install needed!

<script type="module">
  import aincNodex from 'https://cdn.skypack.dev/@ainc/nodex';
</script>

README

@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}"]
}