I’m working in the docs regarding packages and I want to explain that packages are created under a Namespace that defines the type of behaviour/feature implemented by the package and that this Namespace is also used to organize the configuration of different packages
But not all the packages are like this, we also have core packages ( frontity
), interface packages ( @frontity/source
) , helpers packages ( @frontity/components
)
How would you categorize the different types of packages?
We should find categories that allow us to assign them to each one of the packages published in NPM