Skip to content

Better monorepo directory organization #1370

Description

@oneminch

I'd like to propose a more familiar monorepo structure.

My suggestion is to put the libraries (layer and cli) in a packages folder and the rest (docs, starters and playground) in an apps folder. I think this makes it easier for new comers to better understand the structure as well:

docus/
  apps/
    docs/
    playground/
    starters/
  packages/
    cli/
    layer/
  package.json
  pnpm-workspace.yaml
  ...
  README.md

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions