node-deno
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

node-deno

Node API for invoking the Deno command line.

Examples

import { deno } from 'node-deno';

let result = await deno("--version");

console.log(result.stdout);
//logs:
//deno 1.26.0 (release, aarch64-apple-darwin)
//v8 10.7.193.3
//typescript 4.8.3

Readme

Keywords

none

Package Sidebar

Install

npm i node-deno

Weekly Downloads

6

Version

0.1.0

License

MIT

Unpacked Size

18.1 kB

Total Files

14

Last publish

Collaborators

  • frontsidejack