Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions docs/docs/schematics/1-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,30 +33,30 @@ schematics @nanoforge-dev/schematics:<schematic-name> [options]
## Available schematics

<CardGroup cols={2}>
<Card title="application" href="./schematics/application">
<Card title="application" href="./2-schematics/1-application">
Scaffold a complete NanoForge project with `package.json`, TypeScript or JavaScript config,
linting, and optional server setup.
</Card>
<Card title="configuration" href="./schematics/configuration">
<Card title="configuration" href="./2-schematics/2-configuration">
Generate a `nanoforge.config.json` configuration file consumed by the NanoForge CLI.
</Card>
<Card title="part-base" href="./schematics/part-base">
<Card title="part-base" href="./2-schematics/3-part-base">
Create the base folder structure for a client or server part, including example component,
system, save file, and optional lifecycle hooks.
</Card>
<Card title="part-main" href="./schematics/part-main">
<Card title="part-main" href="./2-schematics/4-part-main">
Generate the `main.ts` entry point for a client or server part by reading the `.nanoforge` save
file.
</Card>
<Card title="component" href="./schematics/component">
<Card title="docker" href="./2-schematics/5-docker">
Generate a production-ready `Dockerfile` and `.dockerignore` tailored to your package manager.
</Card>
<Card title="component" href="./2-schematics/6-component">
Scaffold an ECS component class with an editor manifest for use in the NanoForge editor.
</Card>
<Card title="system" href="./schematics/system">
<Card title="system" href="./2-schematics/7-system">
Scaffold an ECS system function with an editor manifest for use in the NanoForge editor.
</Card>
<Card title="docker" href="./schematics/docker">
Generate a production-ready `Dockerfile` and `.dockerignore` tailored to your package manager.
</Card>
</CardGroup>

see the [changelog](https://github.com/NanoForge-dev/schematics/blob/main/CHANGELOG.md) for the full release history.
Loading