How can I generate a skeleton Ronin Repository?
You can generate a skeleton Ronin Repository by simply running the following command provided by the Ronin Gen library: $ ronin-gen repository path/to/repo If you wish to specify additional Repository metadata: $ ronin-gen repository -n Repo-Name -L GPL-3 \ -m “Author ” \ -S http://svn.mysite.com/repo \ -U http://myblog.com \ -D “This is my Repo, enjoy.” \ path/to/repo