| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
ever-cli is the root router for the Ever CLI ecosystem.
It provides a single top-level command:
ever <product> <command> [args...]Examples:
ever works init
ever works --help
ever install works
ever doctorThe router does not contain product-specific business logic. It resolves and forwards commands to product CLIs such as ever-works.
This repository is being migrated from the old TypeScript stub to a Rust-based router with:
Reference docs:
Build the native router:
cargo build --releaseRun the wrapper against the local build:
node ./bin/ever.js --helpOr after install:
ever --helpUseful commands:
npm run sync:versions
npm run check:publish-prereqsThe main package is:
It depends on platform-specific native packages such as:
The publish flow is:
Publishing is currently driven by GitHub Actions:
Before publish, the npm token must have publish access to the @ever-co npm scope.
The publish workflow now verifies:
If those checks fail, the workflow stops before building and publishing artifacts.
npm run check:publish-prereqsGitHub Actions is the primary CI path for native builds and npm publishing.
CircleCI is kept as an additional build verification path and no longer documents the old npm release flow.
See LICENSE.md.
| Back | FazBrowse Home | New Git URL |