Command line
Your pattern documentation may need to include commands for installing packages or using CLIs. Cupper offers the cmd shortcode for making code blocks look like terminal commands.
Here’s how you write it:
{{<cmd>}}
npm run start
{{</cmd>}}
And here’s how it looks:
npm run start