sigwinhq / yassg

Yet Another Static Site Generator
MIT License
3 stars 0 forks source link

Expose Symfony debug commands through Makefile #56

Closed brankol closed 2 years ago

brankol commented 2 years ago

Symfony has useful debug commands like:

However, in order to call them, one has to prefix them with the yassg executable like vendor/sigwin/yassg/bin/yassg debug:translation de. This is hard to remember, and not easily discoverable.

Therefore, it would be nice to have these commands aliased using make: make debug/router

Also, by adding them to make help, these commands would not need to be remembered.

dkarlovi commented 2 years ago

This might be redundant if we do #57.

dkarlovi commented 2 years ago

We enabled Symfony profiler toolbar #60, this task is probably obsoleted by it. Closing here until proven otherwise.