Skip to content

rodmoioliveira/makefile-templates

Repository files navigation

makefile-templates

A collection of my commonly used makefile recipes.

index

Dependencies

back^

Make Recipes

back^

bash-all                  Run all bash tests
bash-check                Check bash code
bash-fmt                  Format bash code
bash-lint                 Lint bash code
check-links               Check if links are not dead
doc-changelog             Autogenerate CHANGELOG.md
doc-readme                Write README.md
help                      Display this help screen
js-fmt-fix                Format fix javascript code
js-fmt                    Format javascript code
js-lint-fix               Fix lint javascript code
js-lint                   Lint javascript code
py-dev                    Check python code in watch mode
py-fmt-fix                Format fix python code
py-fmt                    Format python code
py-lint-fix               Fix lint python code
py-lint                   Lint python code
rs-audit                  Audit dependencies
rs-audit-fix              Fix vulnerable dependencies requirements
rs-bin-deps               Install cargo dependencies
rs-build                  Build binary
rs-check                  Check rust code
rs-dev                    Check rust code in watch mode
rs-doc                    Open app documentation
rs-fix                    Fix rust code
rs-fmt                    Check format of rust code
rs-fmt-fix                Format rust code
rs-install                Install binary
rs-lint-fix               Fix linting issues in rust code
rs-lint                   Lint rust code
rs-outdated               Display when dependencies are out of date
rs-tests                  Run tests
rs-uninstall              Uninstall binary
rs-update-rustup          Update rustup
rs-update                 Update dependencies
toml-fmt                  Format toml code
toml-lint                 Check toml yaml code
typos                     Check typos
typos-fix                 Fix typos
yaml-fmt                  Format yaml code
yaml-lint                 Check lint yaml code