ogmake

← All templates

Terminal

A mock terminal window with a command and output lines, for releases and docs.

Terminal template preview

Try it

POST /v1/images, Bearer-authenticated, with this template id and params — see the quickstart for how to get a key, and for a signed-URL example that links straight to a cacheable, cache-forever image URL without a server round trip.

curl https://ogmake.com/v1/images \
  -H "Authorization: Bearer og_live_..." \
  -H "Content-Type: application/json" \
  -d '{
  "template": "terminal",
  "params": {
    "title": "ogmake v0.5.0",
    "command": "npm install @ogmake/node",
    "lines": [
      "+ @ogmake/node@0.5.0",
      "added 1 package in 1.2s"
    ]
  }
}'

More templates.