Routerix is a UI for your routes. Its simple for developers and accessible to other teams. No code is required.
Routerix is a CLI. Its necessary to install it and with 1 command its possible to automatically generate a UI for your routes. Check the Supported frameworks section for current support.
pnpm install routerix
Generate the config file routerix.config.js. This is an Optional step if using CLI args. It's not possible to split config between config file and CLI args. Choose one approach.
pnpm routerix init
rootPath | Routes root folder |
provider | Project framework key (Supported frameworks) |
With config file
pnpm routerix generate
Without config file (example)
pnpm routerix generate --rootPath ./src/app --provider nextjs-app
Now you have a folder called .routerix in your project. This is the static UI for your routes.
You can visualize it locally with a local server. Deploy it to a bucket in your CI. Its your decision.
Framework | CLI Argument |
---|---|
Next.js App | nextjs-app |
- Add more providers
- Improve current features
- Get feedback :)