0.0.4 • Published 7 years ago

@srcode/deno-run v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

deno-run

CLI script for using/running deno, until something better comes up.

Requirements

Installation

Using npm

npm i -g @srcode/deno-run

Using yarn

yarn global add @srcode/deno-run

Usage

The package will set up the command deno, which you can use like below. It will create a docker container from the following image deno-docker, mount the cwd to the container and execute your command as you would normally expect.

deno someFile.ts
0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago