Small projects to demonstrate how the library works in isolated situations will be stored in the examples folder.
Projects that require serious development and are similar in complexity to a commercial application will be stored in the src folder (thus, a monorepo will be implemented).
There will be a separate folder for the library itself (for example, Base, Common or Shared).
Possible names for the library folder:
Base
Common
Shared
Core
Foundation
Engine
TODO:
Select a name for the library folder.
Write down which of the existing projects can be included in the src folder. You can view all repositories and projects in the examples folder.
Create structure of docs folder, considering monorepo and examples folder.
Add sln file for the library.
Check if every project could be built in src/Shared.
Description.
Select a hybrid option to implement monorepo:
examples
folder.src
folder (thus, a monorepo will be implemented).Base
,Common
orShared
).Possible names for the library folder:
Base
Common
Shared
Core
Foundation
Engine
TODO:
src
folder. You can view all repositories and projects in theexamples
folder.docs
folder, considering monorepo andexamples
folder.sln
file for the library.src/Shared
.