-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Minor decision we should have an opinion on. Start of a conversation around folder structure.
My base assumption for the package-containing folder every monorepo will have:
/packages
- has packages designed to be consumed by other packages
Some other folders that make sense to me:
/apps
- has node apps designed to be deployed/websites
- has websites designed to be deployed
Other option maybe?
/tools
or/build
- has node or bash or other scripts designed to be run in the repository, but not consumed by other packages.
NB: Assumption is you have 1 or more of these, not that every monorepo should have all 4.
Metadata
Metadata
Assignees
Labels
No labels