@simplify-technology/squadpack-core
v0.4.0
Published
The core engine behind Squadpack.
Readme
@simplify-technology/squadpack-core
The core engine behind Squadpack.
This package provides:
- runtime and distribution contracts
- local pack loading and registry services
- install and update services
- workspace composition and planning services
- execution, session, checkpoint, and runtime state services
Install
npm install @simplify-technology/squadpack-coreWho This Package Is For
This package is mainly intended for:
@simplify-technology/squadpack-cli- official Squadpack packs and extensions
- custom tooling that wants to compose or execute Squadpack locally
If you want the end-user experience, start with the CLI and the base pack instead of using this package alone.
Notes
- This package is the engine, not the product entrypoint.
- Published packs such as
@simplify-technology/squadpack-baseand framework extensions build on top of it.
Documentation
- Main README:
../../README.en.md - Architecture:
../../docs/en/architecture.md - CLI reference:
../../docs/en/cli-reference.md
