jaredpalmer / tsdx

Zero-config CLI for TypeScript package development
https://tsdx.io
MIT License
11.28k stars 507 forks source link

Support create without installing deps #685

Open zhaoyao91 opened 4 years ago

zhaoyao91 commented 4 years ago

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

agilgur5 commented 4 years ago

I don't believe create-react-app has such a feature. But this could help with things like #419 .