JSPM

@staxis-platform/act

1.2.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q80275F
  • License LICENSE ON OFFICIAL REPOSITORY

This package is the helper for the Staxis core orchestrator on Node.js runtime layers.

Package Exports

  • @staxis-platform/act
  • @staxis-platform/act/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 (@staxis-platform/act) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

ACT - a Staxis platform helper

░░█▀▀░▀█▀░█▀█░█░█░▀█▀░█▀▀░░░░░░░░░░░
░░▀▀█░░█░░█░█░▄▀▄░░█░░▀▀█░░░░░░░░░░░
░░▀▀▀░░▀░░▀░▀░▀░▀░▀▀▀░▀▀▀░░░░░░░░░░░
NODE-JS SOFTWARE LAYERS ORCHESTRATOR

STΛXIS (Staxis) is a structured Node.js platform built around a free Core Orchestrator and installable Layers Packs.

The real project lives on GitLab, where you can find the core, the platform vision, the manifest, and the official packs that extend the system.

This npm package is only the helper entry for that ecosystem. It can:

  • show project info and orientation
  • install the core orchestrator project in a clean folder
  • bridge common actions to the local official manager
  • explain how to remove a local project cleanly

This helper is useful if you want a shorter bootstrap command:

npx @staxis-platform/act -install
npx @staxis-platform/act -update
npx @staxis-platform/act -backup
npx @staxis-platform/act -uninstall

or, after install:

staxis -info
staxis -install
staxis -update
staxis -backup
staxis -uninstall

Important note

This helper is not the core runtime and does not replace the project manager inside a real Staxis installation.

  • -install is a bootstrap helper
  • -update delegates to node project manager update-system
  • -backup delegates to node project manager backup
  • -uninstall remains a local helper note

Once the core project is installed, the normal local entry points remain:

node project start
node project manager