Awesome
packages <img align="left" width="48px" height="48px" src="https://hexalang.github.io/favicon/favicon-96x96.png" />
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
Adding your package
Open _includes/packages.json
and click on "Edit this file" button:
This will create your own copy of the packages repository.
Edit packages structure:
Add new {}
JSON object to the array of packages.json
with at least this contents:
name
- name of the package, for examplemy-good-package
url
- address of github repo, for examplehttps://github.com/PeyTy/hexa-demo-package
description
- short description of the package, likeRandom number generator
Finish editing:
Well done! :tada:
Add initial release
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
Notes
- Version numbers are
vx.y.z
, notvx.y
neither any other format - Links to GitLab/etc should work, but not tested yet
packages.json
file in a root folder just statically includes_includes/packages.json
into itself via Jekyll website builder, so it's available online for any purpose