Instantly turn your Git repository conventional logs into a premium, interactive release timeline. Complete with real-time GitHub profile sync, star metrics, and contributor matching.
A beautiful aesthetic paired with state-of-the-art developer sync utilities.
Integrates your active terminal GitHub account to sync profile bios, real avatar pictures, and matching contributor commits on your timeline.
Written entirely in pure, native Node.js and static standard modules. Zero NPM packages are installed, ensuring instant, globally safe setup.
Features instant search indexing, conventional category filter pills, dynamic contributor analytics, and a raw log paste-and-parse playground.
Export a self-contained static folder ready for standard static hosting providers, including GitHub Pages, Netlify, or Vercel.
ChangeOrbit is packaged as a standard global executable. Follow this simple guide to deploy your visual commit timelines.
Execute globally via NPM or trigger a lightweight transient server command using npx.
Run in any local repository to instantly parse conventional logs and compile standard CHANGELOG.md files.
Spin up the built-in HTTP server to securely authenticate with GitHub and host your timeline.
Dump the visual dashboard, styling, and database files into a self-contained static directory for simple deployment.
Check connection credentials status or log out completely with simple CLI authentication tools.
# Install globally
npm install -g changeorbit
# Or run instantly without installing
npx changeorbit serve
# Run in any Git repository
changeorbit
# In strict conventional commit mode
changeorbit --strict
# Specific repo path & override url
changeorbit --repo ../repo --repo-url https://github.com/user/repo
# Start dashboard on port 9099
changeorbit serve
# Generate logs and serve immediately
changeorbit -s
# Export visual files & JSON to target folder
changeorbit export ./public-docs
# Check active profile session status
changeorbit status
# Log out and clear saved GitHub token
changeorbit logout
Complete list of subcommands and parameters available in the ChangeOrbit executable.
changeorbit serve
Generates conventional commit databases and boots the local dashboard HTTP web server.
changeorbit export <dir>
Bundles all dashboard files, assets, and database into a single folder, ready for static CDN deployment.
changeorbit status
Checks the active local GitHub session profile status (username, email, and PAT configurations).
changeorbit logout
Clears and deletes local cached GitHub session tokens and profile assets securely.
-r, --repo
Target path to local Git repository (default: current folder .).
-o, --output
Output path to compile files to (default: current folder .).
--repo-url
Manual Git remote origin fallback to link commits to web pages.
--strict
Enforce strict conventional commit checking (ignores other types).
-s, --serve
Directly start interactive web host dashboard server after compile.
-h, --help
Displays visual ASCII banner and interactive option descriptions.
The developers bringing ChangeOrbit to your terminal workflows.
Creator of ChangeOrbit. Passionate about crafting high-fidelity CLI developer experiences, zero-dependency tools, and premium responsive web timelines.
Developer of the Bit ANSI font library, co-designer of ChangeOrbit CLI ASCII brand components and repository sync mechanisms.