Creating Packages for KPM
Follow these steps to create a new package for KPM:
- Create a directory for your package in
packages/. - Add your binaries, scripts, or resources to the package directory.
- Create a
manifestfile describing your package (name, version, description, dependencies). - Test your package locally using KPM's install and remove commands.
- Submit your package for inclusion in the repository (see Contributing).
Tips:
- Keep package names short and descriptive.
- Include a README with usage instructions.
- Check for conflicts with existing packages before submitting.