Skip to content

Fuwn/justfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🍩 Justfiles

Base Justfiles for Repetitive Tasks to Be Imported Remotely

Example (Xcode)

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.

About

🍩 Base Justfiles For Repetitive Tasks To Be Imported Remotely

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages