JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 440
  • Score
    100M100P100Q103814F
  • License MIT

SkyStream Plugin Development Kit & Repository Manager

Package Exports

  • skystream-cli
  • skystream-cli/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (skystream-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

SkyStream CLI

The official command-line toolkit for building, testing, and managing SkyStream (Gen 2) plugin repositories.

🚀 Quick Start

Installation

npm install -g skystream-cli

Initialize a new Repository

skystream init "My Universe" --package-name com.example.repo --plugin-name "Provider 1"

Add a new Plugin

cd my-universe
skystream add "New Provider"

Build for Distribution

skystream build -u https://my-cdn.com/repo

🛠 Commands

Command Description
init Initialize a Sky Gen 2 Repository project
add Add a new plugin to the repository
validate Validate all plugins in the repo
test Test a specific plugin in a mock runtime
build Bundle plugins and generate repo.json

📖 Learn More

Visit the SkyStream Repository Specification for more details.