jaredpalmer / tsdx

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

Add support for `npx tsdx create .` #1146

Closed johann1301s closed 1 year ago

johann1301s commented 1 year ago

Current Behavior

If I have an existing project folder or repository, I first run npx tsdx create foo, then copy the contents of foo to the root of my project.

Desired Behavior

First cd into an existing project folder, then run npx tsdx create . This should then setup all files and folders in the root of the project folder.

Suggested Solution

I suggest using a similar implementation as npx create-next-app . or npx create-react-app .

johann1301s commented 1 year ago

I created a PR.

chriszrc commented 1 year ago

@johann1301s this would be so nice, why wasn't the pr accepted?