Extracted common commands important to the developer life cycle like linting, testing, building, etc.
Optional
Build command (e.g. npm run build).
Installation command (e.g. pip install -r requirements.txt).
Lint command (e.g. flake8).
Script commands.
Test command (e.g. pytest).
Extracted common commands important to the developer life cycle like linting, testing, building, etc.