A chef repo is used to manage multiple cookbooks, roles, policies, etc. Here is a chef repo template. Is there some standard command line way that lets us create the blank chef repo (with all the boilerplate code of course), without having to clone the git repository every time.
There is one to create a cookbook:
berks cookbook create <cookbookname> # Using berkshelf
But I am not aware of any such command to create a chef-repo.