Skip to content
New issue

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

[bug]: shock create overwrites project #144

Open
dickermoshe opened this issue Jun 9, 2024 · 1 comment
Open

[bug]: shock create overwrites project #144

dickermoshe opened this issue Jun 9, 2024 · 1 comment

Comments

@dickermoshe
Copy link

dickermoshe commented Jun 9, 2024

Running shock create inside of a project that already exists has unwanted results.

Let say I'm working on a package named foo and I want to create docs for it.

I run shock create in the ./foo directory, only to find that my current project has a bunch of file overwritten .
Instead of adding/overwriting files in the current ./foo project, a new Dir should be created ./foo/docs_package_name with the docs inside there.

@MarkOSullivan94
Copy link

MarkOSullivan94 commented Jul 27, 2024

This is the behaviour I expect as well.

For any other package I've used, it creates a directory and puts everything inside of it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants