foundweekends / giter8

a command line tool to apply templates defined on GitHub

Home Page:https://www.foundweekends.org/giter8/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running scaffolds using the g8 command line tool

vivek-rao-1985 opened this issue · comments

I'm trying to run my scaffold using the g8 command line tool, but it seems like there is no option for scaffold -

$ ls .g8/
form
$ g8 scaffold form
Error: Unknown argument 'form'
Try --help for more information.
$ g8 --version
g8 0.16.1

How do I use g8 to run scaffolds that live in the .g8 folder within my project?