We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npx dtx create .
If I have an existing project folder or repository, I first run npx dtx create foo, then copy the contents of foo to the root of my project.
npx dtx create foo
foo
First cd into an existing project folder, then run npx dtx create . This should then setup all files and folders in the root of the project folder.
I suggest using a similar implementation as npx create-next-app . or npx create-react-app .
npx create-next-app .
npx create-react-app .
The text was updated successfully, but these errors were encountered:
npx tsdx create .
PRs are welcome! 😄
Sorry, something went wrong.
No branches or pull requests
Current Behavior
If I have an existing project folder or repository, I first run
npx dtx create foo
, then copy the contents offoo
to the root of my project.Desired Behavior
First cd into an existing project folder, then run
npx dtx 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 .
ornpx create-react-app .
The text was updated successfully, but these errors were encountered: