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 ORCHESTRATORSTΛ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.
- Main project space: gitlab.com/staxis-platform 🡥
- Platform readme: gitlab.com/staxis-platform/readme 🡥
- Full manifest: gitlab.com/staxis-platform/manifest 🡥
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 -uninstallor, after install:
staxis -info
staxis -install
staxis -update
staxis -backup
staxis -uninstallImportant note
This helper is not the core runtime and does not replace the project manager inside a real Staxis installation.
-installis a bootstrap helper-updatedelegates tonode project manager update-system-backupdelegates tonode project manager backup-uninstallremains a local helper note
Once the core project is installed, the normal local entry points remain:
node project start
node project manager