Skip to content

docs: show project layout in lis new and lis learn help#335

Merged
ivov merged 1 commit into
mainfrom
clarify-scaffold-help
May 7, 2026
Merged

docs: show project layout in lis new and lis learn help#335
ivov merged 1 commit into
mainfrom
clarify-scaffold-help

Conversation

@ivov
Copy link
Copy Markdown
Owner

@ivov ivov commented May 7, 2026

lis help new now includes a dir tree showing where the project lands, making it explicit that <name> becomes a new subdirectory of the current working directory.

lis new <name>

Create a new Lisette project in the current directory.

    .
    └── hello_world/
        ├── src/
        │   └── main.lis
        ├── lisette.toml
        ├── README.md
        ├── AGENTS.md
        └── .gitignore

Arguments:
    <name>    Name of the project, e.g. hello_world

lis help learn gets the same treatment.

Close #324

@ivov ivov merged commit e16d7cf into main May 7, 2026
12 checks passed
@ivov ivov mentioned this pull request May 7, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 7, 2026

Released in lisette-v0.2.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"lis new" make clear from the help where it will create something

1 participant