devex
Developer Experience Tools - A unified CLI for common developer operations.
Installation
Add the following to your mise.toml file:
[tools]
"github:project-init/devex" = "latest"
Then run:
mise install
Usage
The devex CLI provides a unified interface for all developer experience tools:
devex <subcommand> [options]
Available Subcommands
-
sre - Site Reliability Engineering toolbox for operational tasks
devex sre <tool> [args]
-
workplan - Generate and publish workplan investigations to JIRA
devex workplan generate <directory> <title>
devex workplan publish <workplan_path>
-
contributions - Analyze GitHub PR and review activity for contribution signals
devex contributions collect <config_file>
devex contributions signal <config_file>
-
components - Generate component skeleton code from configuration
devex components <configuration_file_path>
For detailed documentation on each subcommand, see cmd/devex/README.md.
Run devex --help or devex <subcommand> --help for more information.
Documentation