Skip to content

Archon CLI

Human-facing wrapper over the export pipeline. Apache-2.0, zero runtime dependencies, Node ≥ 18.

FileRole
package.jsonnpm package manifest; bin.archon exposes the CLI on PATH
bin/archon.mjsEntry point; subcommand router; help / version / error handling
lib/common.mjsShared: flag parsing, source-repo auto-discovery, version read
lib/init.mjsarchon init <target-dir> — scaffold + post-init banner
lib/doctor.mjsarchon doctor [project-dir] — three-layer audit (structural / contract / hints)
lib/export.mjsarchon export <output-dir> — standalone kit export

See the CLI README for the full user-facing command reference.

Released under the Apache-2.0 License.