loading tool...
This example shows common Markdown and GFM rules used in devbox docs.
pnpm test:tool regexDevbox tools run client-side. No telemetry by default.
| Tool | Category | Status |
|---|---|---|
| JSON Formatter | text | ready |
| Regex Tester | text | ready |
| IPYNB to PDF | convert | soon |
pnpm lint
pnpm test:tool regex
type DevboxTool = {
id: string;
cat: "text" | "convert";
soon: boolean;
};
{
"name": "devbox",
"openSource": true,
"license": "MIT"
}