feat: add ClaudeCode Launchpad CLI to Development Tools & Utilities#32
Open
noambrand wants to merge 1 commit intoLangGPT:mainfrom
Open
feat: add ClaudeCode Launchpad CLI to Development Tools & Utilities#32noambrand wants to merge 1 commit intoLangGPT:mainfrom
noambrand wants to merge 1 commit intoLangGPT:mainfrom
Conversation
connerlambden
pushed a commit
to connerlambden/awesome-claude-code
that referenced
this pull request
Apr 14, 2026
* feat: add pyproject.toml for project dependencies - Add pyproject.toml with all development dependencies (requests, types-requests, ruff, pre-commit) - Update Makefile install target to use pyproject.toml - Configure ruff linting settings in pyproject.toml 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * feat: add pre-commit configuration with README generation check - Add .pre-commit-config.yaml with comprehensive checks: - File format checks (trailing whitespace, EOF, etc.) - Ruff linting and formatting for Python code - make test execution - README.md generation verification from CSV - Update pyproject.toml to use new ruff configuration format - Fix linting issues in Python scripts - Install pre-commit hooks for automatic code quality checks - Ensure README.md stays in sync with CSV data 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * refactor: update add-new-resource wizard for CSV-based workflow - Update command to guide users through CSV-based resource addition - Add detailed category guidelines matching current structure - Include step-by-step process for adding resources via CSV - Document all CSV columns and their purposes - Remove outdated README editing instructions 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * feat: display license information in README.md - Add license display with scales of justice icon (⚖️) after author info - Only show licenses that are valid (not NOT_FOUND, NONE, NULL) - Mimics GitHub's license display style for consistency 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * feat: add license validation and max_links parameter - Add license checking to validate_links.py using GitHub API - Fetch license information from GitHub repositories - Add --max-links parameter for faster testing - Update Makefile to support MAX_LINKS variable - Add license summary to validation output - Update documentation in CLAUDE.md 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * feat: add resource download script - Add download_resources.py to download GitHub resources - Support filtering by category and license - Handle files, directories, and gists from GitHub - Implement rate limiting and retry logic - Add make download-resources target - Update documentation in CLAUDE.md - Add downloads directory to .gitignore 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * docs: update CONTRIBUTING.md for CSV-based workflow - Add two contribution options: wizard (optional) and manual - Clarify wizard is NOT required, especially if not working well - Update workflow to reflect CSV-based approach - Add detailed CSV field descriptions - Update guidelines for automated README generation - Add Quick Start section - Maintain existing quality standards 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * docs: completely rewrite PR template for CSV workflow - Remove all stale content and outdated references - Create three clear sections: New Resources, Updates, Repository Improvements - Add specific checklists for each contribution type - Include CSV field list matching actual structure - Add helpful make commands for contributors - Make template concise and actionable 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> --------- Co-authored-by: Really Him <[email protected]> Co-authored-by: Claude <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What's being added
ClaudeCode Launchpad CLI — a 2-minute Windows & macOS installer for Claude Code.
Added to the Development Tools & Utilities section.
Why it belongs here
Most users on Windows and macOS hit friction before they can run Claude Code for the first time (Node.js version conflicts, PATH issues, manual config). ClaudeCode Launchpad CLI removes that friction with a one-click installer, then adds:
config.txtor one-time per launchRepo: https://github.com/noambrand/kivun-terminal