Skip to content

Install Octoform

Choose the MAJOR.MINOR documentation line that matches the package, then pin an exact patch. This page currently verifies 0.5.0; the changelog identifies when patch-specific guidance begins to apply.

Check the runtime

node --version
npm --version

Octoform 0.5 requires Node.js 20 or newer. Use a supported Node.js release in local development and automation.

Choose an invocation model

Use this for evaluation, CI jobs, and occasional administration:

npx --yes @hector21/octoform@0.5.0 --help

Use this when a repository owns its governance automation and lockfile:

npm install --save-dev --save-exact @hector21/octoform@0.5.0
npx octoform --help

Use this for an administrator-controlled workstation where global package updates are deliberate:

npm install --global @hector21/octoform@0.5.0
octoform --help

Verify what will run

The help output must list audit, plan, apply, classify, and properties sync. If a shell resolves a different installation, inspect the executable path or use the fully pinned npx form.

Documentation and package versions

The Git tag of this documentation repository may have a later editorial patch. The selector remains 0.5 for every compatible 0.5.x package; executable examples use the exact patch validated by the current publication.

Next step

Choose and expose a GitHub credential.