Creating a template

December 5, 2016 ยท View on GitHub

A template in Roc is a git repository that contains at least a package.json and a template/ directory. It is also possible to define a roc.setup.js or roc.setup.json for more control over how the template is instantiated.

For a complete overview over what can be defined in the roc.setup.js(on) file see here.