pyscript-cli icon indicating copy to clipboard operation
pyscript-cli copied to clipboard

Add `--template` option to pyscript create

Open jdw170000 opened this issue 1 year ago • 0 comments

Pursuant to issue #7, this PR adds a --template command line argument which can be passed to the pyscript project creation script.

The --template option allows users to name a custom template that they have created in the templates folder to use instead of the default basic.html template.

The PR also includes a new unit test to validate the --template option, as well as a description of the option in the documentation.

Written at PyCon US 2024 sprints.

jdw170000 avatar May 22 '24 17:05 jdw170000