Home

Awesome

Deno zsh plugin

Automatically installs deno to $HOME/.deno on startup if deno is not already installed

Installing

Zinit

zinit load Tricked-dev/deno-zsh-plugin

Completions

For completions i would recomend you use NotTheDr01ds/zsh-plugin-deno

Aliases

The Aliases are forked from denodev/oh-my-zsh-deno

AliasCommandDescripton
denoadeno run -ARun a program given a filename or url to the module, allow all permissions
denobdeno bundleBundle module and dependencies into single file
denocdeno cacheCache the dependencies
denoddeno docShow documentation for a module
denoedeno evalEval script
denofdeno fmtFormat source files
denoideno installInstall script as an executable
denoldeno lintLint source files
denordeno runRun a program given a filename or url to the module
denotdeno testRun tests
denoupdeno upgradeUpgrade deno executable to newest version
to-deno-canarydeno upgrade --canaryUpgrade to deno canary
to-deno-stabledeno upgradeupgrade to deno stable