https://github.com/fuwn/justfiles
🍩 Base Justfiles For Repetitive Tasks To Be Imported Remotely
https://github.com/fuwn/justfiles
justfile justfiles scripts swift task-runner tasks xcode
Last synced: 11 months ago
JSON representation
🍩 Base Justfiles For Repetitive Tasks To Be Imported Remotely
- Host: GitHub
- URL: https://github.com/fuwn/justfiles
- Owner: Fuwn
- License: unlicense
- Created: 2025-03-02T10:39:25.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-02T10:57:16.000Z (11 months ago)
- Last Synced: 2025-03-02T11:30:31.696Z (11 months ago)
- Topics: justfile, justfiles, scripts, swift, task-runner, tasks, xcode
- Language: Just
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 🍩 Justfiles
> Base Justfiles for Repetitive Tasks to Be Imported Remotely
## Example (Xcode)
```justfile
import? 'xcode.just'
target := 'Sora'
# Run `just fetch` to fetch the latest Xcode tasks
fetch:
curl https://raw.githubusercontent.com/Fuwn/justfiles/refs/heads/main/xcode.just > xcode.just
# Override any tasks that have required arguments specific to your environment
format:
just _format {{target}}
build:
just _build {{target}}
open:
just _open {{target}}
```
## License
This project is licensed under the terms of [The Unlicense](./LICENSE.txt).