zkapp-cli
zkapp-cli copied to clipboard
I would like to be able to create a new zk app in my current directory
Describe the problem
The zk project command always creates a sub-directory, which is annoying if you are already in the directory you want all of the files to be in.
Describe the proposed solution
It would be convenient to be able to clone an empty repository, change into that directory, and execute zk p .
to initialize a new zk project.
Alternatives considered
No response
Importance
nice to have
Additional Information
No response
Thanks. I could see the value in it. We currently update the project name in the REAMDE and package.json automatically with the supplied dir name; I suppose we could read the name of the current working directory and use that.