Scraps Doc

CLI/

Build

commited date: 2025-03-21

#CLI

❯ scraps build

This command builds the Markdown files under the /scraps directory and generates static site files.

Markdown files

❯ tree scraps
scraps
├── Overview.md
└── Markdown Syntax.md

Generated files

The output will be a slugged html file as follows.

❯ tree public
public
├── overview.html
├── markdown-syntax.html
├── index.html
└── main.css

The next step is Serve.