Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
puffyCid committed Dec 2, 2023
1 parent 469a302 commit 681b2e8
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,21 @@ A collection of useful scripts for
The online documentation at https://puffycid.github.io/artemis-api provides in
depth information on how to create and execute scripts.

## Quick Guide
All bundled JS scripts can be downloaded from
[releases](https://github.com/puffyCid/artemis-scripts/releases/tag/nightly)

1. Download [artemis](https://github.com/puffycid/artemis)
2. Download [deno](https://deno.com/)
3. Clone this repo
4. Compile the script your script!
These scripts can be executed by artemis via `artemis -j <script>.js`

An example with the `processes` script:
## Manual Bundling Guide

```
deno run -A build.ts
```
If you want to bundle these scripts yourself you will need Deno

5. Base64 encode the JavaScript output file and embed in TOML collection.
6. (Optional) You can also execute compiled JavaScript directly with `artemis`
via `artemis -j <path to js file>`
1. Download [deno](https://deno.com/)
2. Clone this repo
3. Navigate to script you want to complile and execute `deno run -A build.ts`!
4. Base64 encode the JavaScript output file and embed in TOML collection **OR**
you can also execute JavaScript directly with `artemis` via
`artemis -j <path to js file>`

## Questions or Issues

Expand Down

0 comments on commit 681b2e8

Please sign in to comment.