segment-boneyard / khaos

A super-simple way to scaffold new projects.

Home Page:http://khaos.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

khaos-create -d <directory> is kind of weird to me

matthewmueller opened this issue · comments

Took me a bit to understand what was going on. Seems like -d <directory> is the root of the available templates.

What about just specifying the directory outright?

Instead of:

khaos create -d . khaos-node node-starter

It would be:

khaos create khaos-node/ node-starter

is that example purposely trying to create from a template directory that is in the same directory as where the destination folder will be written?