Skip to content

Latest commit

 

History

75 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xtension Registry

Xtension Registry

The community plugin registry for VAAST Xtensions. This repository powers the Xtension marketplace at xtension.xtrinel.com.

How it works

Xtensions are submitted as JSON manifest files via pull request. On merge, all manifests are compiled into registry.json and published to CDN.

  • registry/official/ — Xtensions maintained by Xtrinel
  • registry/community/ — Xtensions contributed by the community

Publishing an Xtension

See CONTRIBUTING.md for the full submission guide.

Schema

The manifest schema is defined in schema/manifest.schema.json. Validate locally:

npx ajv-cli validate -s schema/manifest.schema.json -d registry/community/your-id.json --spec=draft7 -c ajv-formats

Links

About

Community Registry for Xtension

Topics

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors