cli for automating my dev workflows. built in pure rust 🦀
-
run the following command to install devx (note: requires
curland sudo access):curl -sSL https://raw.githubusercontent.com/ajndkr/devx/main/install.sh -o install.sh \ && sh install.sh && rm install.sh
-
run
devx helpto verify installation and list available commands -
run
devx manage uninstallto remove devx
-
install rust
-
setup project:
make init
-
run code ci checks (formatting & linting):
make ci
-
test changes:
make install
-
clean up:
make clean
