Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marcelohmdias/zsh-deno

A zsh plugin for the Deno, a modern runtime for JavaScript and TypeScript.
https://github.com/marcelohmdias/zsh-deno

Last synced: about 2 months ago
JSON representation

A zsh plugin for the Deno, a modern runtime for JavaScript and TypeScript.

Awesome Lists containing this project

README

        

# zsh-deno

A zsh plugin for the Deno, a modern runtime for JavaScript and TypeScript.

## Install

Using the [:zap: Zap](https://www.zapzsh.org/) minimal zsh plugin manager, add the following to your `.zshrc`.

```sh
# Install plugin
plug "marcelohmdias/zsh-deno"
```

## Prerequisite Checks

A check will be performed to verify that `deno` has been installed:

- [`deno`](https://deno.com/) - Installer for the deno toolkit

## License

The **zsh-deno** plugin is released under the [MIT License](https://github.com/marcelohmdias/zsh-deno/blob/main/LICENSE) unless explicitly mentioned in the file header.