tsdx icon indicating copy to clipboard operation
tsdx copied to clipboard

Add support for `npx tsdx create .`

Open johann1301s opened this issue 2 years ago • 1 comments

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 avatar Jul 14 '22 22:07 johann1301s

I created a PR.

johann1301s avatar Jul 27 '22 04:07 johann1301s

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

chriszrc avatar Jan 23 '23 18:01 chriszrc