Browse community-built packages. Install any package with a single command. Build something great and publish it for others to use.
Share your ILMA code with the community in a few simple steps.
Write your ILMA code and create a package.json manifest file in the root directory.
{
"name": "my-package",
"version": "1.0.0",
"description": "A useful ILMA package",
"main": "index.ilma",
"author": "your-name",
"license": "MIT",
"tags": ["utility", "math"]
}
Write tests and run ilma test to make sure everything works.
ilma test
Run ilma publish from your package directory. You'll need a GitHub account for authentication.
ilma publish
Tip: Publish your package source code on GitHub and open a pull request to github.com/raihan-js/ilma to add it to the official registry.