jaredpalmer / tsdx

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

allow creating new project without installing deps #1035

Closed bluelovers closed 2 years ago

bluelovers commented 3 years ago

Current Behavior

create new project will auto install deps

Desired Behavior

allow create new project without install deps

Suggested Solution

add a new option flag for avoid install deps

Who does this impact? Who is this for?

Describe alternatives you've considered

Additional context

agilgur5 commented 2 years ago

Duplicate of #685