Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 386 Bytes

templates.rst

File metadata and controls

19 lines (13 loc) · 386 Bytes

Templates

Provide faster creation of projects

Templates are stored in PET_FOLDER/templates

Using templates

You can use templates during initialization of a project by adding a -t flag before each templates name.

$ pet init -t first_template -t secound_template...
# or
$ pet init -t=first_template,secound_template...