1.0.4 • Published 6 years ago

deno-prebuilt v1.0.4

Weekly downloads
5
License
MIT
Repository
github
Last release
6 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

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago