Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 479 Bytes

CreateTemplate.md

File metadata and controls

5 lines (3 loc) · 479 Bytes

Creating a template

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.