Skip to content

Creator Kit

The Creator Kit is the toolchain for building .po9-skin themes.

  • Starter templates — Starter, Dark, Light, Minimal, Corporate.
  • Validator (CLI) — run the same checks the app runs, locally.
  • Packager — bundle a folder into a single .po9-skin file.
Terminal window
npm install -g @po9/kit # link TBD
po9 --version
Terminal window
po9 new my-skin --template dark # scaffold from a template
po9 validate ./my-skin # security · compatibility · structure · version
po9 package ./my-skin # → my-skin.po9-skin

Next: the Quick Start walks through your first skin in five minutes.