-----------------------------------------------> PHASE 1 <----------------------------------------------------------------------------------------------------------
Use custom commands to work with Git from your command line.
Create Default files on startup according to the Stucture.
Files will be auto generated with template to give the developers an idea on what needs to be filled.
Auto test case function generation whenever new code gets pushed. Developer can update the necessary tests inside the function.
Create a custom command to work with Git and make development fun.
- INSTALLATION ISSUES - fix installation for windows
- CUSTOM COMMANDS - custom commands - reset (delete)
- CUSTOM COMMANDS - list all created custom commands
- CREATE GOOD REPO - add multiple licenses in create good repo
- CREATE GOOD REPO - refactor create good repo to use only git commands not gh (Github CLI)
- Working installation in Windows
- Enhance create good repo to work with multiple licenses
- Custom command listing and delete operations
-------------------------------------------------------> Phase 2 <---------------------------------------------------------------------------------------------------
Implemented new feature to count the total number of commits of a given repository
Score Calculation to see how much the repo matches with the ideal repo structure
Added feature to add multiple licences in create good repo
Created custom commands to list all custom commands and to get the git version
Figured why git command can not be automated to create a good repo and closed the issue
- INSTALLATION ISSUES - fix installation for windows
- CUSTOM COMMANDS - custom commands - reset (delete)
- Automated test cases
- Test cases in different languages
- The project should also run on Windows (fix installation issue for windows )
- Create and refactor custom commands to reset(delete)
- Automate test cases and also implement test cases in different languages