Open srizzling opened 1 year ago
Thank you for taking an interest in projectdo 🙂
In general, I'd be open to adding new actions as long as they are 1/ supported in some form by at least a few (say three or more) of the current tools and 2/ somewhat commonly executed on the command line and
Regarding linting, I would think that linters are typically used integrated into one's editor?
Currently, projectdo CLI offers aliases for common development operations such as build, run, and test. We'd like to expand the set of supported commands by introducing a new lint alias. This would streamline the development process for many users who integrate linting into their workflow.
Is there any appetite to introduce
lint
subcommand or is the preferred approach to useprojectdo tool
- and then invoke the lint?