pawandubey / griffin

speedy and simplistic static site generator.
Apache License 2.0
27 stars 7 forks source link

Scaffolding a new site structure #3

Closed pawandubey closed 9 years ago

pawandubey commented 9 years ago

Command line option to scaffold out a new site in the predefined structure ( see #2 ) Basically something like: $ griffin new <sitename> which will create a new folder called sitename and initializes the directory structure as defined by #2.

pawandubey commented 9 years ago

API done. Need to add args4j support for CLI.