Closed tekktrik closed 2 years ago
Thank you for the pull request! I was thinking about adding something similar as a command line argument to create (an optional second argument for a path). So it could be something like piku create <project name> <path>
. It would prevent two commands for creating. If this works I will make that change and merge.
Also though I see the advantage of not having to type the project name / path and having an init command that lines up with npm init. Do you have an opinion? Really, either way works and I will merge.
Hm, I think both are good. I think the intention of mine is more of an after-the-fact, like "Oh, I probably should use Piku here to make things easier". I imagined and designed this one to be more hands off - it assumes you already have the project name and path already sorted out. But I think both would be great! Your call though of course!
Okay cool, I added both.
Adds a command so that
piku
can create all the necessary files in an existing location:Related to #2 which was partially intended as a way to create a piku project in an existing git repository