Skip to content

axetroy/deno_dnx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

dnx

A command line tool similar to npx

It is exactly the same as Deno, the only difference is that dnx is "clean"

Every cache file generated by the command will be deleted after process exit, keep your disk clean.

require: Deno v1.0.0-rc1

Install

$ deno install -f --unstable --allow-run --allow-env --allow-read --allow-write https://raw.githubusercontent.com/axetroy/deno_dnx/master/dnx.ts

Usage

$ dnx run --allow-read https://deno.land/std@v1.0.0-rc1/examples/cat.ts README.md
$ dnx run --allow-net --allow-read https://deno.land/std@v1.0.0-rc1/http/file_server.ts

License

The MIT License

About

A command line tool similar to npx

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published