https://github.com/umstek/scripts
Random scripts (using Bun)
https://github.com/umstek/scripts
bun scripts scripts-collection
Last synced: 26 days ago
JSON representation
Random scripts (using Bun)
- Host: GitHub
- URL: https://github.com/umstek/scripts
- Owner: umstek
- Created: 2024-05-24T15:20:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-19T19:38:06.000Z (about 1 month ago)
- Last Synced: 2025-12-21T15:42:05.512Z (30 days ago)
- Topics: bun, scripts, scripts-collection
- Language: TypeScript
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scripts
## Installing
1. [Install bun](https://bun.sh/).
Linux/MacOS: `curl -fsSL https://bun.sh/install | bash`
Windows: `powershell -c "irm bun.sh/install.ps1 | iex"`
2. Then run either `install.sh` (Linux/MacOS) or `install.ps1` (Windows).
## Usage
To run:
```bash
bun s script-name arguments
```