1.0.4 • Published 5 years ago

deno-prebuilt v1.0.4

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

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
1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago