$ demokit new my-demo
$ demokit ./my-demo/index.js
because of the terminal path, the videos directory is actually in the parent directory to my-demo, which I didn't expect. Perhaps something like this...
$ demokit new my-demo
$ cd my-demo && demokit index.js
But I guess you don't want the videos in the project folder because you might want to repo it? Anyways – just thought I'd mention it incase someone else gets confused.
I got stumped with the usage directions
because of the terminal path, the videos directory is actually in the parent directory to my-demo, which I didn't expect. Perhaps something like this...
But I guess you don't want the videos in the project folder because you might want to repo it? Anyways – just thought I'd mention it incase someone else gets confused.