Skip to content

a22-foundation/registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A22 Package Registry API

A Node.js API server for hosting and resolving A22 packages.

Features

  • Package Management: List and retrieve package metadata.
  • Publishing: Endpoint to publish new packages (Mock implementation).

API Endpoints

  • GET /packages: List all available packages.
  • GET /packages/:name/:version: Get details for a specific package version.
  • POST /packages: Publish a new package.

Usage

# Start server (default port 3001)
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors