Asama 9.1 — Implement saqut init project scaffolding #66

Closed
opened 2026-05-26 19:53:24 +03:00 by saqut · 0 comments
Owner

Goal: saqut init my-project creates a standard project directory.

Files to create/modify:

  • src/cli/commands/init.hpp (new)

Requirements:

  • Creates directory with: project.saqut manifest, src/ with main.sqt, .gitignore.
  • Manifest: project name, version, description, author, dependencies.

Success criteria:

  • saqut init testproj creates expected structure.
  • saqut run inside project finds src/main.sqt.
**Goal:** saqut init my-project creates a standard project directory. **Files to create/modify:** - src/cli/commands/init.hpp (new) **Requirements:** - Creates directory with: project.saqut manifest, src/ with main.sqt, .gitignore. - Manifest: project name, version, description, author, dependencies. **Success criteria:** - saqut init testproj creates expected structure. - saqut run inside project finds src/main.sqt.
saqut closed this issue 2026-06-14 21:53:11 +03:00
Sign in to join this conversation.
No description provided.