0.0.4 • Published 7 years ago
@srcode/deno-run v0.0.4
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