mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-21 23:02:21 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
29
tldr/just.1
Normal file
29
tldr/just.1
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# just
|
||||
|
||||
> Save and run project-specific commands.
|
||||
> More information: <https://github.com/casey/just>.
|
||||
|
||||
- Run a recipe specified in the justfile:
|
||||
|
||||
`just {{recipe}}`
|
||||
|
||||
- Initialize new justfile in project root:
|
||||
|
||||
`just --init`
|
||||
|
||||
- Edit justfile in the default editor:
|
||||
|
||||
`just -e`
|
||||
|
||||
- List available recipes in the justfile:
|
||||
|
||||
`just -l`
|
||||
|
||||
- Print justfile:
|
||||
|
||||
`just --dump`
|
||||
Reference in New Issue
Block a user