Asama 9.1 — Implement saqut init project scaffolding #66

Open
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.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: saqut/saqut-compiler#66
No description provided.