Open zhaoyao91 opened 4 years ago
create tsdx package will always install the deps
support a flag to prevent installing deps. so we could generate a project quickly to compare it's files.
add a flag such as --no-install
--no-install
tsdx: 0.13.2
I don't believe create-react-app has such a feature. But this could help with things like #419 .
create-react-app
Current Behavior
create tsdx package will always install the deps
Desired Behavior
support a flag to prevent installing deps. so we could generate a project quickly to compare it's files.
Suggested Solution
add a flag such as
--no-install
Additional context
tsdx: 0.13.2