🧩 Feature request
Description
priority: nice to have
When adding your awesome library the usage of disk space increase 3x.
# 353 MB basic angular setup with router
ng new --routing=true <project>
# 919 MB with scully => @scullyio package ist just 85 MB
ng add @scullyio/init => 919 MB (@scullyio just 85 MB)
Angular has already a big footprint, when you try to install it on a small machine or in a wifi with restrictions (e.g. German ICE high speed train wifi: 200 MB high-speed data).
And it will also reduce the 🌱 CO2 footprint ;-)
Describe the solution you'd like
Try to remove or replace to big dependencies
Describe alternatives you've considered
no alternative possible when you are restricted in disk space or wifi speed ;-)
🧩 Feature request
Description
priority: nice to have
When adding your awesome library the usage of disk space increase 3x.
Angular has already a big footprint, when you try to install it on a small machine or in a wifi with restrictions (e.g. German ICE high speed train wifi: 200 MB high-speed data).
And it will also reduce the 🌱 CO2 footprint ;-)
Describe the solution you'd like
Try to remove or replace to big dependencies
Describe alternatives you've considered
no alternative possible when you are restricted in disk space or wifi speed ;-)