Templates

If you want to speed up your experience while creating a new section and updating manifest, you can run:

Terminal
npx kiwi generate

You'll see the following prompts:

Make sure your section name follow the same case you configure for "sectionFileCase" in kiwi.config.js file

Terminal
What is your section name?
What kind of section "<section name>" will be? (Simple, Loader)

Simple

Just a simple section. Checkout this template on GitHub.

Loader

A section with a loader. Checkout this template on GitHub.