Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 631 Bytes

File metadata and controls

26 lines (20 loc) · 631 Bytes

Contributing to Anyisland

Adding Official Packages

Official packages are stored in the packages/official directory. To add a new official package:

  1. Create a new directory under packages/official/{package-name}.
  2. Add an anyisland.json manifest file in that directory.
  3. The manifest should follow this structure:
{
  "name": "package-name",
  "version": "version-string",
  "build": {
    "steps": ["command1", "command2"],
    "bin": "relative/path/to/binary",
    "install_dir": "/optional/preferred/install/path"
  }
}

Development

  • CLI: cmd/anyisland
  • Internal Logic: internal/