Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/umstek/scripts
Random scripts (using Bun)
https://github.com/umstek/scripts
bun scripts scripts-collection
Last synced: about 2 months ago
JSON representation
Random scripts (using Bun)
- Host: GitHub
- URL: https://github.com/umstek/scripts
- Owner: umstek
- Created: 2024-05-24T15:20:25.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T06:23:44.000Z (2 months ago)
- Last Synced: 2024-10-27T07:28:18.452Z (2 months ago)
- Topics: bun, scripts, scripts-collection
- Language: TypeScript
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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
```