Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
A zsh plugin for the Deno, a modern runtime for JavaScript and TypeScript.
- Host: GitHub
- URL: https://github.com/marcelohmdias/zsh-deno
- Owner: marcelohmdias
- License: mit
- Created: 2024-06-16T03:00:20.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-16T04:24:36.000Z (7 months ago)
- Last Synced: 2024-08-02T07:10:34.970Z (6 months ago)
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- trackawesomelist - deno (⭐0) - Tab completions for [deno](https://deno.com/). (Recently Updated / [Jul 15, 2024](/content/2024/07/15/README.md))
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.