-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
scratch template does not use :name #32
Comments
True. What would you expect it to affect? It's creating a bare minimum "project" with just a |
I think it would be nice if the name option affected the namespace name, like with the other templates. But I could create my own "minimal" template for this if you think scratch should behave the way it does now. |
I'd be happy to take a PR to add a new |
Cool. What I think would be reasonable for a minimal template:
Would you agree with this? Another minor thing: |
So an empty Other than that quibble, yes, everything else sounds good -- including dropping use of |
Yes, that's a good point. We could add the first test as part of |
There is a way to make it possible to rename |
Like this:
|
Almost... If it does also support a two-level directory, like |
Specify a qualified seanc@Sean-win-11-laptop:~/oss/deps-new$ clojure -X org.corfield.new/scratch :name play :scratch/file play/ground
Creating project from org.corfield.new/scratch in play
seanc@Sean-win-11-laptop:~/oss/deps-new$ tree play
play
├── deps.edn
└── src
└── play
└── ground.clj
2 directories, 2 files |
Excellent, I'll use that :) |
Ah, that doesn't update the |
OK, try the latest commit. It accepts |
Feel free to send a PR to fix |
Here's the PR to make deps-new bb compatible: #33 |
@rads Has tried the latest commits and everything looks good. After the release we can move back to the original deps-new repo. |
Merged. Is anything else needed at this point or shall I go ahead and tag a new release? |
All good! |
When creating a scratch project, it does not use the :name option except for the directory
The text was updated successfully, but these errors were encountered: