-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
538b8a0
commit 9a937cd
Showing
4 changed files
with
15 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
<img alt="Version" src="https://img.shields.io/github/v/release/umbopepato/velociraptor?logo=github&include_prereleases"> | ||
<a href="https://github.com/umbopepato/velociraptor"><img alt="GitHub stars" src="https://img.shields.io/github/stars/umbopepato/velociraptor?logo=github"></a> | ||
<a href="#badge"><img alt="vr scripts" src="https://badges.velociraptor.run/flat.svg"/></a> | ||
<a href="https://doc.deno.land/https/deno.land/x/[email protected].16/src/scripts_config.ts#ScriptsConfiguration"><img src="https://img.shields.io/badge/deno-doc-blue?logo=deno"></a> | ||
<a href="https://doc.deno.land/https/deno.land/x/[email protected].17/src/scripts_config.ts#ScriptsConfiguration"><img src="https://img.shields.io/badge/deno-doc-blue?logo=deno"></a> | ||
<a href="https://deno.land"><img src="https://img.shields.io/badge/deno-%5E1.0.0-green?logo=deno"/></a> | ||
<a href="https://discord.gg/M5K7TBd"><img src="https://img.shields.io/badge/join-chat-7289DA?logo=discord&logoColor=white"/></a> | ||
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-brightgreen"/></a> | ||
|
@@ -50,16 +50,16 @@ Deno [doesn't have](https://deno.land/manual#philosophy) a dedicated package man | |
|
||
## Install | ||
|
||
### 🦕 [Deno.land](https://deno.land/x/[email protected].16) | ||
### 🦕 [Deno.land](https://deno.land/x/[email protected].17) | ||
|
||
```sh | ||
$ deno install -qA -n vr https://deno.land/x/[email protected].16/cli.ts | ||
$ deno install -qA -n vr https://deno.land/x/[email protected].17/cli.ts | ||
``` | ||
|
||
### 🥚 [Nest.land](https://nest.land/package/velociraptor) | ||
|
||
```sh | ||
$ deno install -qA -n vr https://x.nest.land/[email protected].16/cli.ts | ||
$ deno install -qA -n vr https://x.nest.land/[email protected].17/cli.ts | ||
``` | ||
|
||
<details> | ||
|
@@ -101,7 +101,7 @@ scripts: | |
|
||
```ts | ||
// scripts.ts | ||
import { ScriptsConfiguration } from "https://deno.land/x/[email protected].16/mod.ts"; | ||
import { ScriptsConfiguration } from "https://deno.land/x/[email protected].17/mod.ts"; | ||
export default <ScriptsConfiguration>{ | ||
scripts: { | ||
|
@@ -375,7 +375,7 @@ scripts: | |
|
||
### Script file model | ||
|
||
See [ScriptConfiguration](https://doc.deno.land/https/deno.land/x/[email protected].16/mod.ts#ScriptsConfiguration) for a detailed description of the structure of script files. | ||
See [ScriptConfiguration](https://doc.deno.land/https/deno.land/x/[email protected].17/mod.ts#ScriptsConfiguration) for a detailed description of the structure of script files. | ||
|
||
## Listing scripts | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export const version = "1.0.0-beta.16"; | ||
export const version = "1.0.0-beta.17"; |