An idea: instead of listing commands in your README, provide a Makefile in your project root:
make setup
installs dependenciesmake test
runs the test suite (also on CI)make server
starts the appmake format
formats your codemake deploy
publishes releases