https://github.com/ashwin-pc/useful-deno-scripts
https://github.com/ashwin-pc/useful-deno-scripts
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ashwin-pc/useful-deno-scripts
- Owner: ashwin-pc
- Created: 2023-07-01T01:17:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-07T23:54:30.000Z (almost 3 years ago)
- Last Synced: 2025-02-26T06:31:57.568Z (over 1 year ago)
- Language: TypeScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Useful Deno scripts
These are some scripts that can be run for various maintenance tasks and audit tasks. Their purpose is to make running simple and repeatable tasks easily without the need to clone or download them using [Deno](https://deno.land/)
## Running a script
To run any of the scripts in this repo you will need to install deno in the system you want to run the scripts and make sure that they have access to this repo.
```sh
deno run -A -r https://raw.githubusercontent.com/ashwin-pc/Useful-Deno-Scripts/main/github/missing_backports.ts --auth=ghp_gpbx1VhiQldEuIqBCxTaJY444kjk5H01V5Ri1
```
> The auth token here is not a valid one, use your own [auth token](https://github.com/settings/tokens)
All scripts that that use the github api need the `--auth` flag with a valid github auth token to work.