Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justjavac/deno_latest_version
Get the latest version of Deno module
https://github.com/justjavac/deno_latest_version
deno deno-mod deno-module deno-modules version versioning
Last synced: 15 days ago
JSON representation
Get the latest version of Deno module
- Host: GitHub
- URL: https://github.com/justjavac/deno_latest_version
- Owner: justjavac
- License: mit
- Created: 2020-08-21T17:51:03.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-22T03:20:14.000Z (about 4 years ago)
- Last Synced: 2024-10-08T07:02:28.352Z (about 1 month ago)
- Topics: deno, deno-mod, deno-module, deno-modules, version, versioning
- Language: TypeScript
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# deno_latest_version
[![tag](https://img.shields.io/github/release/justjavac/deno_latest_version)](https://github.com/justjavac/deno_latest_version/releases)
[![Build Status](https://github.com/justjavac/deno_latest_version/workflows/ci/badge.svg?branch=master)](https://github.com/justjavac/deno_latest_version/actions)
[![license](https://img.shields.io/github/license/justjavac/deno_latest_version)](https://github.com/justjavac/deno_latest_version/blob/master/LICENSE)Get the latest version of Deno from .
## Usage
```js
import latestVersion from 'https://deno.land/x/latest_version/mod.ts';await latestVersion('std');
```## Example
```bash
deno run --allow-net https://deno.land/x/latest_version/example.ts
```## License
[deno_latest_version](https://github.com/justjavac/deno_latest_version) is released under the MIT License. See the bundled [LICENSE](./LICENSE) file for details.