GTP
The goboscript table of packages
The GTP is inflator's package index.
What's a package index?
A package index is centralised, searchable repository of packages which package developers can use to distribute their packages.
The GTP stores a key-value mapping of (inflated) goboscript packages, which are easy to install.
Installing from the package index
Installing from the GTP is very easy. Simply:
inflate install <name>
So long as <name> is not located in the current working directory, inflator will look it up on the GTP. If it is found, it will install from the GitHub repository that the GTP registry refers to.
e.g. cmath -> https://github.com/inflated-goboscript/cmath
Registering a package on the package index
Register a package using this issue template. GitHub actions will automatically close the issue and add it to the registry, if valid.