-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add Python argument to init command #226
Closed
Closed
Conversation
This file contains 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
ezyang
added a commit
that referenced
this pull request
Mar 28, 2025
main.py add a --python argument to init ```git-revs 8c4b3f2 (Base revision) 2fefadb Update init_codemcp_project function to add Python project setup functionality b1920d9 Update the init CLI command to accept the --python flag 1e3fbc3 Add test for the init command with Python option HEAD Auto-commit format changes ``` codemcp-id: 237-feat-add-python-argument-to-init-command ghstack-source-id: b27e541630dee949378951f95122e32fd0ee2054 Pull-Request-resolved: #226
ezyang
added a commit
that referenced
this pull request
Mar 28, 2025
main.py add a --python argument to init ```git-revs 8c4b3f2 (Base revision) 2fefadb Update init_codemcp_project function to add Python project setup functionality b1920d9 Update the init CLI command to accept the --python flag 1e3fbc3 Add test for the init command with Python option 783b687 Auto-commit format changes 31b452e Create pyproject.toml template for Python projects d5dfadc Create README.md template for Python projects 797e360 Create __init__.py template for Python projects 0c36e94 Update main.py to use templates for Python project setup 73021c3 Update test_init_command.py with improved tests for Python project templates HEAD Auto-commit format changes ``` codemcp-id: 237-feat-add-python-argument-to-init-command ghstack-source-id: 437f7ea97b85a7686f7244bfd7b300cb8e4aeaf6 Pull-Request-resolved: #226
ezyang
added a commit
that referenced
this pull request
Mar 28, 2025
main.py add a --python argument to init ```git-revs 8c4b3f2 (Base revision) 2fefadb Update init_codemcp_project function to add Python project setup functionality b1920d9 Update the init CLI command to accept the --python flag 1e3fbc3 Add test for the init command with Python option 783b687 Auto-commit format changes 31b452e Create pyproject.toml template for Python projects d5dfadc Create README.md template for Python projects 797e360 Create __init__.py template for Python projects 0c36e94 Update main.py to use templates for Python project setup 73021c3 Update test_init_command.py with improved tests for Python project templates b85d79c Auto-commit format changes bd67fdd Create blank codemcp.toml template 02b7bde Update main.py with refactored template handling for project initialization 02c4b72 Create __init__.py template in package directory 27445ef Create codemcp.toml template for Python projects c5286c1 Auto-commit format changes HEAD Auto-commit lint changes ``` codemcp-id: 237-feat-add-python-argument-to-init-command ghstack-source-id: fa90db457fc3185df4dd30acd7ed74c9d37eeff7 Pull-Request-resolved: #226
ezyang
added a commit
that referenced
this pull request
Mar 28, 2025
main.py add a --python argument to init ```git-revs 8c4b3f2 (Base revision) 2fefadb Update init_codemcp_project function to add Python project setup functionality b1920d9 Update the init CLI command to accept the --python flag 1e3fbc3 Add test for the init command with Python option 783b687 Auto-commit format changes 31b452e Create pyproject.toml template for Python projects d5dfadc Create README.md template for Python projects 797e360 Create __init__.py template for Python projects 0c36e94 Update main.py to use templates for Python project setup 73021c3 Update test_init_command.py with improved tests for Python project templates b85d79c Auto-commit format changes bd67fdd Create blank codemcp.toml template 02b7bde Update main.py with refactored template handling for project initialization 02c4b72 Create __init__.py template in package directory 27445ef Create codemcp.toml template for Python projects c5286c1 Auto-commit format changes cf6da67 Auto-commit lint changes 1f23bf0 Create template package directory with placeholder in name c682b65 Update main.py to support placeholders in file and directory names ec12a81 Auto-commit format changes HEAD Auto-commit lint changes ``` codemcp-id: 237-feat-add-python-argument-to-init-command ghstack-source-id: ec2a9cfdd18e3f1181b60568e347c0afb0bdd3ea Pull-Request-resolved: #226
This was referenced Mar 29, 2025
This was referenced Mar 29, 2025
Closed
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.
Stack from ghstack (oldest at bottom):
main.py add a --python argument to init
codemcp-id: 237-feat-add-python-argument-to-init-command