-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Establish a foundational directory structure to organize the main components of the ProjectCLI, making it easier to manage code separation and functionality. This setup will help organize command files, data management, and utility functions in a modular and scalable way.
Create Directory Structure - Set up the following main directories within the project:
- Commands: To store all CLI command files.
- Data: To handle the data.json file operations, including reading and writing project data.
- Utils: For helper functions such as JSON file handling, data validation, and other general-purpose utilities.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers