pext_devΒΆ
pext_dev
is a helper script to aid in module and theme development. It is shipped in the source code versions of Pext and can be ran with Python 3.
$ python3 -m pext_dev --help
Options:
module init[=PATH]
Initialize a new module in the current directory or given path.
module run
Run the module in the current directory a new Pext instance. Added options are passed to Pext as-is.
theme init[=PATH]
Initialize a new theme in the current directory or given path.
theme run
Run the theme in the current directory a new Pext instance. Added options are passed to Pext as-is.