Getting started
Bootstrap a template

Bootstrap a template

Initializes a project from a specified template

The syntax is as follows:

proplate create --template <location> --dest <output dir>

Supported template locations

Local directory

proplate create --template ./some-directory --dest new-project

Git repository

proplate create --template https://github.com/YumeT023/tiniest-proplate --dest new-project