@hagicode/hagiscript-sdk
v0.3.6
Published
SDK-only distribution of Hagiscript runtime and server management APIs.
Readme
@hagicode/hagiscript-sdk
@hagicode/hagiscript-sdk publishes the programmatic Hagiscript APIs without the CLI layer from @hagicode/hagiscript.
Install
npm install @hagicode/hagiscript-sdkUsage
import {
createRuntimeInfo,
installRuntime,
syncNpmGlobals
} from "@hagicode/hagiscript-sdk";
const info = createRuntimeInfo();This package exposes the same public SDK surface as @hagicode/hagiscript while avoiding CLI-only dependencies such as commander.
For the complete API and workflow documentation, refer to the main package documentation in the @hagicode/hagiscript repository.
