Skip to content

Conversation

@yashksaini-coder
Copy link
Owner

CLI Tool Enhancement and Package Structure

Changes

  • Restructured project into a proper Python package
  • Created setup.py for package installation
  • Moved main script to task_tracker/cli.py
  • Added __init__.py to make task_tracker a package
  • Updated main function to work as an entry point

New Features

  • CLI tool can now be installed globally
  • Users can run task-tracker from any directory

How to Test

  1. Clone this branch
  2. Run pip install -e . in the project root
  3. Try commands like task-tracker add "New task" and task-tracker list [status]

@yashksaini-coder yashksaini-coder added the enhancement New feature or request label Sep 17, 2024
@yashksaini-coder yashksaini-coder merged commit e4acbb9 into main Sep 17, 2024
yashksaini-coder added a commit that referenced this pull request Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants