Cheat Sheet / Quick Reference template
Dense one-page reference with command tables and tips. Open it in the editor, replace what needs replacing, and export a typeset PDF — free, no signup, nothing uploaded.
The Markdown source
---
title: "{Tool} Cheat Sheet"
author: "{Your Name}"
subject: Quick reference
skin: compact
margins: narrow
---
# {Tool} Cheat Sheet
## Commands
| Command | What it does |
| :----------------- | :------------------------------------ |
| `{cmd} init` | {Create a new project in the cwd} |
| `{cmd} add <x>` | {Add a dependency} |
| `{cmd} run <task>` | {Run a named task} |
| `{cmd} build` | {Produce a production build} |
| `{cmd} test` | {Run the test suite} |
| `{cmd} clean` | {Remove build artifacts} |
:::tip
Append `--help` to any command to see its full flag list and examples.
:::
## Shortcuts
| Keys | Action |
| :------------ | :-------------------- |
| `Ctrl + K` | {Open command palette}|
| `Ctrl + P` | {Quick open file} |
| `Ctrl + /` | {Toggle comment} |
| `Ctrl + S` | {Save} |
| `Ctrl + Z` | {Undo} |
| `Ctrl + F` | {Find} |
:::info
Substitute `Cmd` for `Ctrl` on macOS. Customize bindings in {Settings → Keyboard}.
:::
:::warning
`{cmd} clean` is destructive and removes generated files. Commit first.
:::
Copy it anywhere Markdown works — or open it pre-loaded in Scripto with the button above.
Related templates
Ship your cheat sheet / quick reference today.
One click opens this template in the editor with a live paginated preview.