Files
cheatsheets/just/CHEATSHEET.md

32 lines
317 B
Markdown

# just
## Meta
```yaml
name: just
repo: https://github.com/casey/just
description: 🤖 Just a command runner
```
## Install
```shell
cargo install just
```
## Usage
Sample `justfile`:
```justfile
_:
@just --list
alias p:=publish
alias pub:=publish
# Publish
publish:
update-cheatsheet.ts
commit.ts
```