Hexa package manager is a tool for easy code sharing between developers. This repo contains list of freely downloadable packages. Add yours!
Package manager is a part of Hexa compiler, go grab one.
If you're looking for IDE packages visit this link
How to use package manager: Package manager in book
Preview online: https://hexalang.github.io/packages/
List: https://hexalang.github.io/packages/packages.json
Open _includes/packages.json
and click on "Edit this file" button:
This will create your own copy of the packages repository.
Add new {} JSON object to the array of packages.json with at least this contents:
name- name of the package, for examplemy-good-packageurl- address of github repo, for examplehttps://github.com/PeyTy/hexa-demo-packagedescription- short description of the package, likeRandom number generator
Well done! 🎉
You should add a release with v1.0.0 version tag to your package repo:
Verify that tag properly created:
More information about how to create and manage your packages
- Version numbers are
vx.y.z, notvx.yneither any other format - Links to GitLab/etc should work, but not tested yet
packages.jsonfile in a root folder just statically includes_includes/packages.jsoninto itself via Jekyll website builder, so it's available online for any purpose








