deno-prebuilt

1.0.4 • Public • Published

deno-prebuilt Build Status

npm package to install deno pre-built binary.

This is only a channel to distribute deno as a npm package, its not related to the deno development team.

Usage

npm i deno-prebuilt

This command will install the deno-prebuilt and download the correct binaries for your system. To access the bin path import the package.

const { binary } = require('deno-prebuilt')
console.log(binary)

Usage as CLI

This package provides a helper node cli that pipes into deno cli

npm i -g deno-prebuilt
 
deno-prebuilt --allow-read https://deno.land/std/examples/cat.ts /etc/passwd

Readme

Keywords

Package Sidebar

Install

npm i deno-prebuilt

Weekly Downloads

2

Version

1.0.4

License

MIT

Unpacked Size

6.43 kB

Total Files

7

Last publish

Collaborators

  • manrueda