Skip to content

Conversation

@jongear
Copy link
Owner

@jongear jongear commented Jan 1, 2026

Adds convenient Make shortcuts for common development tasks:

Development:

  • make install/dev/build/serve - Standard workflow commands

Code Quality:

  • make lint/lint-fix/test - Linting and testing

Maintenance:

  • make clean/clean-all/fresh/rebuild - Cleanup utilities

Dependencies:

  • make audit/audit-fix/upgrade - Dependency management

Utilities:

  • make version/info/help - Project information

All commands include color-coded output for better UX. Updated README with comprehensive Makefile documentation.

🤖 Generated with Claude Code

Adds convenient Make shortcuts for common development tasks:

Development:
- make install/dev/build/serve - Standard workflow commands

Code Quality:
- make lint/lint-fix/test - Linting and testing

Maintenance:
- make clean/clean-all/fresh/rebuild - Cleanup utilities

Dependencies:
- make audit/audit-fix/upgrade - Dependency management

Utilities:
- make version/info/help - Project information

All commands include color-coded output for better UX.
Updated README with comprehensive Makefile documentation.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@jongear jongear enabled auto-merge (squash) January 1, 2026 19:24
@jongear jongear merged commit 945b608 into master Jan 1, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants