You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The Elegant package is starting to get bloated with each release and update.
To reduce the bloat, I propose to break each core Elegant feature into separate package namespaces under the "packages" directory.
elegant-cli
├── .github
├── tests
├── packages
├── package.json
├── README.md
└── ...
Under packages would be:
packages
├── elegant-core
├── elegant-cms
├── elegant-docs
├── base-theme
├── docs-theme
├── blog-theme
├── resume-theme
├── portfolio-theme
├── event-theme
This change would migrate the existing code under source/elegant into packages/elegant.
Beta Was this translation helpful? Give feedback.
All reactions